I\'ve created my own app and I want this one to be my launcher. It\'s a simple app, but it works.
Is it possible to replace the default launcher with my app so that
Setting the correct intent filters in your manifest will allow it be prompt you to use it as a replacement:
See the Intents and Intent Filters documentation from Google.