android - 如何从启动器中删除应用程序图标 (AIR For Android)?

标签 android flash air

如何像这样从启动器中删除应用程序图标 -> http://www.helloandroid.com/tutorials/removing-app-icon-launcher

我的应用是用flash开发的,用来做Android的AIR应用

我试图在 myApp-app.xml 中定义它

<android>
<manifestAdditions>
<![CDATA[
<manifest>
<application>
<activity>
</activity>
</application> 
</manifest>
]]>
</manifestAdditions>
</android>

但是没有用。 提示Parse error, There is a problem parsing the package.

最佳答案

只是不要给<category android:name="android.intent.category.LAUNCHER" />您在其 intent-filter 中的 Activity , 它不会在启动器中显示图标

关于android - 如何从启动器中删除应用程序图标 (AIR For Android)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9954508/

相关文章:

Android - 独立的应用程序和测试项目?

android - Selenium 可以测试移动 web 应用程序吗?

java - 运行我的java代码时得到 "Program has stopped "

javascript - 使用 Javascript (jQuery) 插入 Flash 时避免页面刷新

java - 我们可以读取android机器id吗?

ios - CodeSign 验证失败 - Adob​​e Flash AIR iOS

android - 在 manifest.xml 文件中使用权限与 android 权限的权限

javascript - 使用 Flash 和 JavaScript 从网络摄像头录制的库

actionscript-3 - 创建 AIR 文件 : Could not generate timestamp: Remote host closed connection during handshake 时出错

ios - Air iOS Flash,StageQuality.LOW 似乎不起作用