A powerful Android Quick Settings app that provides convenient one-tile access to essential system functions.
Quick Settings brings essential system controls right to your notification shade with beautiful, modern tiles:
- Quick access to volume controls
- Support for multiple audio streams
- Instant access to developer settings
- Put device to sleep
- Instant screenshot capture
- Quick access to power options
- Restart, shutdown, and reboot controls
- Manage app autostart permission in Chinese roms
- Tile Services: Each feature is implemented as a separate
TileService - Accessibility Service: Global action handling for system-level operations
- Direct Boot Aware: Works on encrypted devices
The app requires minimal permissions:
BIND_QUICK_SETTINGS_TILE- For registering quick settings tilesBIND_ACCESSIBILITY_SERVICE- For global system actions (optional)
- Minimum Android Version: Android 7.0 (API 24)
- Target Android Version: Latest Android SDK
- Some features require Android 9.0+ for enhanced functionality
- Download the latest APK from the Releases page
- Enable installation from unknown sources in your device settings
- Install the APK
After installation:
-
Enable Accessibility Service (for advanced features):
- Go to Settings → Accessibility → Quick Settings
- Enable the service
-
Add Tiles:
- Edit your Quick Settings panel
- Select the tiles you want to use
- Arrange them in your preferred order
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
git clone https://github.com/codehasan/QuickSettings.git
cd QuickSettings
# Open in Android Studio
# Build and runThis project is licensed under the MIT License - see the LICENSE file for details.
We would like to thank the following resource providers for making this project possible:
- Icons - Huge Icons for providing beautiful and modern icon sets.
- Future Graphic - Hotpot AI for AI-generated graphics and design elements.
- Logo - SVG Repo for high-quality SVG logos and icons.



