I’m building a home screen application for android and I’d like to disable (temporary) the default home screen (TwLauncher) or whatever app is running.
Is there any way to accomplish this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t disable other homescreens, but you can register your app as a homescreen by adding the appropriate intent-filters to your manifest:
Different homescreens can exists concurrently, the user ultimately decides which homescreen he wants to set as his default homescreen manually.