Search code examples
androidandroid-launcher

Launch Android Application in Mobile when launcher is corrupted


Launcher application is manually deleted from the phone. Phone is in working condition. Able to list down the background tasks. Lock/Unlock screen and notification bars are working. Is there any way to launch an application without launcher in android phones?


Solution

  • Download the Launcher app source code from android source and compile and flash in phone directly using Eclipse IDE or Android studio. This will give your launcher back. I did the same and it worked.