I made a Home application and I\'d like to offer the ability to exit it and unset it as the default application.
Exit is easy (just starting an intent) but the problem
You can use the PackageManager to clear yourself from being the default activity, you cannot clear other activities. This answer may help: How do I use PackageManager.addPreferredActivity()?