728x90
난 음악어플을 실행시킬거니깐..
문자열 배열에 넣어둔다.
String[] StrMusicApp =
{
"com.mnet.app", //mnet music
"com.sec.android.app.music", //samsung galaxy S3 default music palyer
};
public void OnActiveMusicApp(int nIDX)
{
Intent intent;
intent = this.getPackageManager().getLaunchIntentForPackage(StrMusicApp[nIDX]);
this.startActivity(intent);
}
끝
[출처] 다른 어플 실행시키는 소스.|작성자 심심
728x90
'Android' 카테고리의 다른 글
안드로이드 기본 뮤직 플레이어 재생 소스 (0) | 2013.08.26 |
---|---|
안드로이드 현재 어플리케이션 종료 소스 (0) | 2013.08.26 |
안드로이드 simple 뮤직 플레이어 (0) | 2013.08.26 |
옵티머스G PRO 루팅 (1) | 2013.08.23 |
adb 로 안드로이드에서 우분투 구동 (0) | 2013.08.22 |