速報APP / 音樂與音效 / 유튜브 음악피드 바로가기

유튜브 음악피드 바로가기

價格:免費

更新日期:2018-11-09

檔案大小:16k

目前版本:4

版本需求:Android 4.0.3 以上版本

官方網站:http://myar.tistory.com/

Email:coeo15150@gmail.com

유튜브 음악피드 바로가기(圖1)-速報App

음악피드로 연결하는 바로가기일 뿐인 앱

용량 매우 작음

코드 공개 (이게 전부임)

try {

final Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://www.youtube.com/feed/music"));

유튜브 음악피드 바로가기(圖2)-速報App

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();