Android App Manager is a Python-based GUI application that allows users to manage their Android applications via ADB (Android Debug Bridge). It provides functionality to list, search , disable, enable and uninstall applications.
- List all installed applications on your Android device.
- Disable any application.
- Enable any application.
- Uninstall any application.
- Search for applications.
- Python 3.x
- PyQt5
- ADB installed and set in PATH
- Connect your Android device to your computer.
- Enable USB debugging on your Android device.
- Run the script.
```bash pip install -r requirements.txt python main.py ```
The application will start and display a GUI to manage your Android applications.
This tool uses ADB commands to manage applications. Please ensure you understand the implications of disabling/enabling applications on your Android device. Always use this tool responsibly.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This tool is for educational purposes only. The developer is not responsible for any misuse of this tool.