Hide an application from Android application list

前端 未结 3 1567
Happy的楠姐
Happy的楠姐 2021-02-14 17:14

Is there any way to hide an application icon from Android applications list ? The application should be downloaded from Market and opened some GUI for configuring my application

3条回答
  •  独厮守ぢ
    2021-02-14 17:58

    Removing the launcher category is correct.

    Try adding android.intent.category.DEFAULT to the intent filter to be able to call the activity.

提交回复
热议问题