How to hide application from showing in menu

后端 未结 3 1424
再見小時候
再見小時候 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:49

    Then you would need some way to start a service. Or figure out a meaningful way you can actually start up your application without user interaction, there are tons of options.

提交回复
热议问题