How to hide application from showing in menu

后端 未结 3 1399
再見小時候
再見小時候 2021-01-25 09:37

I\'m making an Android app and I would like to know how to hide its icon and title from showing in the menu. Everything I\'ve found so far on the internet is hiding

         


        
3条回答
  •  攒了一身酷
    2021-01-25 09:58

    There are lots of Intent defines for receiving broadcasts through which you can start you activity for example

    • ACTION_BOOT_COMPLETED
    • ACTION_POWER_CONNECTED

    for further detail check this link

提交回复
热议问题