我開發我需要禁用home鍵鎖屏應用。 一些人告訴我不停地在表現爲類別爲默認值,但家裏當過設備啓動完成我的活動推出,但不finishing.because我我的應用程序是家庭如何處理處理Home鍵處理Home鍵爲的android開發鎖屏
家庭button.How GO鎖屏應用<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
<category android:name="android.intent.category.HOME" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
請給我一個適當的建議,我會非常感謝你。
您不能禁用的主頁按鈕,您已經添加家庭的類別,然後提示用戶做出選擇,你,如果你想了解更多關於它,然後Google如何創建自己的啓動這樣的http://arnab.ch/blog/2013/08/how-to-write-custom-launcher-app-in-android/http://forum.xda-developers.com/showthread.php?t=2583692 http://developer.eclipsesource。 com/tabris/docs/1.2/launcher/android/ –
hey @ hareesh145你怎麼接受一個不起作用的答案。 –