A simple Android application that serves as a custom home screen launcher. It displays a list of installed applications and allows the user to select one to be run as if it was a launcher. The application will remember the selected app and provides a persistent notification to easily return to the app picker.
- Displays a list of installed applications with their icons and names.
- Launches selected application.
- Remembers the last launched application and opens it directly on subsequent launches (unless accessed via the notification).
- Persistent notification to quickly return to the app picker.
- Button to open the device's home settings to change the default launcher.
- Clone this repository.
- Open the project in Android Studio.
- Build and run the application on an Android device or emulator.
- When prompted, set "Custom App Launcher" as your default home application.
This project is licensed under the MIT License - see the LICENSE file for details.