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.
在某些启动器中,可以选择从启动器中隐藏应用程序。知道如何做到这一点吗?
我想在我的应用程序运行时隐藏其他应用程序。
这可能吗?有没有其他方法可以做到这一点?
谢谢和问候, 佩鲁马尔
您可以删除 Launcher Intent 操作,然后通过注册一些广播在后台启动您的服务。
也许你可以编写一个没有活动的应用程序包括
`
<action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" />
然后添加一个应用小部件来启动应用