隐藏从Android应用程序列表中的应用 [英] Hide an application from Android application list

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

问题描述

有没有什么办法来隐藏Android应用程序列表中的应用程序图标?应用程序应该由市场来下载并打开一些图形用户界面来配置我的应用程序。我不希望看到我的应用程序的应用程序列表中的任意图标。用户不应该能够运行它。

Is there any way to hide an application icon from Android applications list ? The application should be downloaded from Market and opened some GUI for configuring my application. I don't want to see any icon of my application in applications list. User should not be able to run it.

顺便说一句,我知道一些方法: 删除此行从清单类安卓名=android.intent.category.LAUNCHER

By the way I know some way: remove this line from manifest category android:name="android.intent.category.LAUNCHER"

但它不是为我工作,因为界面不显示。

But it is not worked for me, because the GUI is not shown.

非常感谢!

推荐答案

删除启动类是正确的。

Removing the launcher category is correct.

尝试添加android.intent.category.DEFAULT的意图过滤器能够调用活动。

Try adding android.intent.category.DEFAULT to the intent filter to be able to call the activity.

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

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