如何隐藏我的应用程序从Android的应用程序列表中其它应用 [英] how to hide other application from my application from list of apps android

查看:168
本文介绍了如何隐藏我的应用程序从Android的应用程序列表中其它应用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有谁请帮助我找到一个方法来隐藏我的应用其它应用。我检索与复选框安装的应用程序的列表,当我检查一些应用程序,这些应在模拟器应用程序列表中隐藏。我已经在谷歌搜索,但我找不到它。我在等待帮助....
谢谢,

Could anybody please help me find a way to hide other application from my application. I'm retrieving a list of apps installed with check boxes and when I check some apps, those should be hidden from the application list in emulator. I've searched in google but I couldn't find it. I am waiting for help.... Thanks,

推荐答案

您可以通过自己的发射器中创建的应用程序列表中创建一个自定义的发射器,在其中控制所显示的应用程序(你自己的发射器内)。

You could create a custom launcher, in which you control which apps are shown (within your own launcher) by creating a list of apps within your own launcher.

您将无法隐藏从一般的系统应用。 Android使用Linux的从角色\\组的安全模型,而你(一个应用程序在Android操作系统中运行),不会有安全权限隐藏从系统级用户的应用程序 - 向有访问权,您需要为root。

You will not be able to hide apps from the general system. Android uses the Role\Group security model from Linux, and you (an app running within the Android OS) wouldn't have the security permissions to hide apps from the user on a system level - to have that access right, you would need to be root.

底线,你不能创建一个应用程序来隐藏Android系统(或用户)其他应用程序。这是由于安全限制(这道理 - 恶意的应用程序将能够从用户隐藏自己,这将是一件坏事)。

Bottom line, you cannot create an app to hide other apps from the Android System (or the user). This is due to security restrictions (which make sense - malicious apps would be able to hide themselves from the user, which would be a bad thing).

如果你想做到这一点在模拟器 - 你真的可以使Android的源$ C ​​$ C(你可以下载并修改您的乐趣)的变化。这将仿真器内只工作(你将无法安装,一个真正的手机上没有黑客,或生根)。

If you wanted to do this in the emulator - you could actually make the changes in the source code of Android (which you can download and modify to your pleasure). This would work within an emulator only (you wouldn't be able to install that on a real phone without hacking, or rooting).

这篇关于如何隐藏我的应用程序从Android的应用程序列表中其它应用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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