유튜브 음악피드 바로가기

3 (8)

Music & Audio | 15.6KB

Description

음악피드로 연결하는 바로가기일 뿐인 앱
용량 매우 작음
코드 공개 (이게 전부임)
try {
final Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://www.youtube.com/feed/music"));
intent.setPackage("com.google.android.youtube");
startActivity(intent);
} catch (ActivityNotFoundException e) {
final Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://www.youtube.com/feed/music"));
startActivity(intent);
}
finish();

Show More Less

Information

Updated:

Version: 4

Requires: Android 4.0.3 or later

Rate

Share by

You May Also Like