Namespaces
Variants
Actions

如何隐藏程序图标

Jump to: navigation, search
文章信息

文章
翻译:
hoolee
最后由 hamishwillee 在 22 Dec 2011 编辑

S60第三版

在你的ApplicationName_reg.rss文件中,你可以找到RESOURCE APP_REGISTRATION_INFO结构,你需要增加下列代码到资源文件中

BYTE hidden = KAppIsHidden;

这个程序将会隐藏自己的图标,我们无法在程序列表中找到它。

示例

RESOURCE APP_REGISTRATION_INFO
{
...
hidden = KAppIsHidden;
...
}
This page was last modified on 22 December 2011, at 08:03.
232 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved