隐藏在应用程序管理器在Android上的应用 [英] Hide the Application in Application Manager in Android

查看:122
本文介绍了隐藏在应用程序管理器在Android上的应用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想隐藏我的应用 Android的 应用程序管理器

这可能吗?

我如何做到这一点?

感谢。

推荐答案

如果你的意思是设置 - >应用程序 - >管理应用程序,那么你不能从那里隐藏自己的应用程序。即使是pre-安装的应用程序被列在那里(虽然使用不能对他们的一些操作,如卸载或移动到SD卡)。能够在这个地方隐藏用户的第三方应用程序将被视为安全的流量。有人可能会安装一些恶意应用程序,用户甚至无法看到它。

If you mean Settings->Applications->Manage Application, then you can't hide your application from there. Even pre-installed application are listed there (though use cannot do some operation on them, like uninstall or move to sdcard). Ability to hide 3rd party apps from user in this place would be considered as security flow. Somebody could install some malicious app and user couldn't even see it.

如果你想隐藏应用程序启动器应用程序,那么就不要包括 android.intent.category.LAUNCHER 您的任何活动。更多阅读 意图和意图过滤器 意图。 CATEGORY_LAUNCHER 文档。

If you want to hide your application from Application Launcher, then just do not include android.intent.category.LAUNCHER in any of your activities. For more read Intents and intents-filters and Intent.CATEGORY_LAUNCHER documentation.

这篇关于隐藏在应用程序管理器在Android上的应用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆