symbian 安装后隐藏程序及启动后自动后台运行

    技术2022-05-20  50

    在 ****_reg.rss 中添加红色部分 RESOURCE APP_REGISTRATION_INFO  {   app_file="***";  localisable_resource_file = qtn_loc_resource_file_1; localisable_resource_id = R_LOCALISABLE_APP_INFO; embeddability=KAppNotEmbeddable; newfile=KAppDoesNotSupportNewFile; hidden=KAppIsHidden; // 程序安装后隐藏 launch=KAppLaunchInBackground; // 程序启动后自动后台运行 }

     


    最新回复(0)