apkå®è£
åä¸æ¾ç¤ºå¾æ ä¼é æåºç¨æ æ³å¯å¨ã
设置æ¹å¼ï¼
1.æå¼Activityçé
ç½®ï¼å¨Intentå¤å¢å
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
<data android:host="ç±»å" android:scheme="å½ååºç¨å
å"/>
</intent-filter>
2.å¨Activityæ ç¾ä¸å¢å android:excludeFromRecents="true" android:theme="@android:style/Theme.NoDisplay"
以ä¸ä¸¤æ¥å³å¯å®ç°
åºç¨ç¨åºä¸å建æ¡é¢å¾æ ã