I am writing a homescreen app (kind of launcher) to gain parental control on Android machines.
Since I am expected my fellow users are mostly newbie in Android System or even have no understanding in computing. Thus, wish to minimize/reduce complexity on execution.
For normal situation, once a user set default homescreen app, they need to go through process below:
Options --> Settings --> Applications --> Manage Applications --> search the app --> clear its default option.
It is way too much for a newbie handling this procedures, and bit too much for writing it in Instruction. Thus, I am wondering are there any way to shorten this procedures?
From research, noted Android don't allowed program to set itself as default app. So I can only think of 2 work-around (which I have no idea it is achievable?):
- Remove the HomeScreen Default for the default app.
- Direct show user HomeScreen Default chooser window.
Can someone help to show some code or direction?
TQ in advanced.


