如何隐藏应用程序? [英] How to hide the application?

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

问题描述

我想创建一个将在设备上运行的应用程序,但它不会在应用程序管理器中可见。意味着我不希望任何用户看到特定的应用程序在自己的设备上运行。 我怎样才能做到这一点?

I am trying to create an application that will run in the device but it will not be visible in "Application Manager". means I don't want any user to see that particular application is running in his device. How can I do that??

推荐答案

这听起来像你正在尝试设计您的应用程序插件一样,

It Sounds like you are trying to design your app like plugin,

有关上述使用下面的链接可以拥有一切,以满足您的期望,

For the above use the following link could have everything to match your expectations,

后台运行的应用程序服务

无论如何,如果您有活动,你不想表现出来,

Anyway if you are having activity and you dont want to show it,

然后就可以删除

android.intent.category.LAUNCHER

从下活动类别标签Android清单。

from the android manifest under activity category tag.

但是,消除发射类别将不会显示在应用程序列表中的程序只。

But removing launcher category will not shows your app in the application list only.

它不能从应用程序管理器中删除。因此,任何人都可以看到你的应用程序设置 - 应用程序 - 管理应用程序。

It cannot remove it from application manager. So anyone can see your app in the Settings-Applications-Manage Applications.

直到除非它需要一个过程确实从用户界面隐藏,请遵循的东西。

Untill unless it needs to be a indeed process to hide from UI please follow the things.

基本上隐瞒用户的应用程序没有任何意义太多。

basically hiding an app from user doesn't make sense that much.

享受编码...

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

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