Series 60 2nd/3rd隱藏應用程式圖示

來源:互聯網
上載者:User
 

Series60 2nd和3rd平台的應用程式都可通過設定應用程式註冊結構的hidden屬性隱藏應用程式圖示,但是這兩個平台使用的結構不一樣,這個結構所在的檔案名稱通常是xxxxxx_reg.rss:

Series 60 2nd:

RESOURCE AIF_DATA
{
    app_uid= 0x0000000;   //app uid
    num_icons=2;
    embeddability = KAppEmbeddable;
    hidden= KAppIsHidden;
}

Series 60 3rd:

RESOURCE APP_REGISTRATION_INFO
  {
  app_file="YourProject";
  localisable_resource_file = "//resource//apps//YourProject";
  localisable_resource_id = R_YOURPROJECT_LOCALISABLE_APP_INFO;
  embeddability=KAppNotEmbeddable;
  newfile=KAppDoesNotSupportNewFile;
  hidden= KAppIsHidden;
  }

另外,我在Series 60 3rd MR這個SDK隱藏應用程式圖示後卻怎麼樣也修改不回來,執行命令清理,搜尋SDK目錄工程相關的檔案刪除後都不成,最後沒辦法只能重建工程換了一個UID程式程式表徵圖才顯示出來,目前還不知道是什麼原因造成的 

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.