Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有以下问题 - 我需要我的用户不能在他的菜单上看到我的应用程序图标,只能在他安装的程序列表中。是否可以?
在你的AndroidManifest.xml
AndroidManifest.xml
删除以下行(告诉 android 在启动器中显示应用程序):
<category android:name="android.intent.category.LAUNCHER" />