유튜브 음악피드 바로가기 icon

유튜브 음악피드 바로가기

4 for Android
3.0 | 10,000+ Installs

박한얼

Description of 유튜브 음악피드 바로가기

음악피드로 연결하는 바로가기일 뿐인 앱
용량 매우 작음
코드 공개 (이게 전부임)
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();

Information

  • Category:
    Music & Audio
  • Latest Version:
    4
  • Updated:
    2018-11-09
  • File size:
    15.6KB
  • Requirements:
    Android 4.0.3 or later
  • Developer:
    박한얼
  • ID:
    park.haneol.project.youtubemusicfeedshortcut