hey i want to make an Application which will start when the phone will start, which i am able to do so but my problem is to disable the “Home Button” & “Back Button” on start up an it should only be enable when i click an button on my activity which will be the home screen on start up, please help me out..
Share
You have to make an
intent-filterforBOOT_COMPLETED. You can get the tutorials from here and hereTo disable HOME and BACK
Lets se…
If your app is running and visible to user then you can do that by using the following code
But if your app is not running then it is not possible for you to do that how ever you can make your custom launcher in that wey you can decide weather to show the screen or not
OR
You can disable the home key check here