隐藏的Andr​​oid应用程序菜单一个应用应用程序、菜单、Andr、oid

由网友(梦祭离)分享简介:我是新来这个Android应用程序编程。I am new to this Android application Programing.我需要知道的是,禁用并从应用程序菜单列表中选择一个应用程序的隐藏的东西。I need to know the thing that, disable and hiding of...

我是新来这个Android应用程序编程。

I am new to this Android application Programing.

我需要知道的是,禁用并从应用程序菜单列表中选择一个应用程序的隐藏的东西。

I need to know the thing that, disable and hiding of one application from application menu list.

而不是删除整个应用程序,也需要做一些其它的变化隐藏和禁用从菜单列表中的任何应用程序。

instead of deleting the entire application, that need to do some other changes to hide and disabling any application from menu list.

推荐答案

如果这是你要隐藏你的应用程序,您可以启用或禁用具有 LAUNCHER活动 意图通过过滤器的软件包管理系统

If it is your application that you wish to hide, you can enable or disable the activity that has the LAUNCHER Intent filter via the PackageManager.

如果这是你想要隐藏别人的应用程序,这是不可能的,除了通过固件。

If it is somebody else's application that you wish to hide, that is not possible except via firmware.

阅读全文

相关推荐

最新文章