Android Technology development experience to share with you
Intent it=new Intent("app3");
startActivity(it);
<intent-filter>
<action android:name="app3" /> <category android:name="android.intent.category.DEFAULT" />
<action android:name="app3" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
紅色字必須一樣,自己定義名稱 必須先執行B專案才可執行A專案
張貼留言
沒有留言:
張貼留言