GitPedia

QuickTiles

Android Quick Settings Tiles. Mirrored from https://gitlab.com/flxholle/quick-tiles

From flxholle·Updated June 18, 2026·View on GitHub·

**QuickTiles** is Android Quick Settings Tiles. Mirrored from https://gitlab.com/flxholle/quick-tiles The project is written primarily in Java, distributed under the GNU General Public License v3.0 license, first published in 2020. Key topics include: android, quick-setting-tile, quick-settings-tile-api, tile.

Latest release: v1.8
September 12, 2025View Changelog →
<div style="text-align: center;">

Latest Release
Contributors
Forks
Stargazers
Issues
License

[#top]

</div> <br /> <div align="center"> <img src="./appicon.png" alt="Logo" width="80" height="80"> <h3 align="center">QuickTiles</h3> <p align="center"> Add custom quick settings tiles to your Android device. <br /> <a href="#about-the-project">View Project</a> &middot; <a href="https://gitlab.com/flxholle/quick-tiles/-/issues/new?issue%5Bissue_type%5D=issue">Report Bug</a> &middot; <a href="https://gitlab.com/flxholle/quick-tiles/-/issues/new?issue%5Bissue_type%5D=enhancement">Request Feature</a> </p> </div> <details> <summary>Table of Contents</summary> <ol> <li><a href="#about-the-project">About The Project</a> <ul> <li><a href="#features">Features</a></li> <li><a href="#built-with">Built With</a></li> </ul> </li> <li><a href="#usage">Usage</a></li> <li><a href="#google-play-protect-warning">Google Play Protect Warning</a></li> <li><a href="#contributing">Contributing</a> <ul> <li><a href="#prerequisites">Prerequisites</a></li> <li><a href="#installation">Installation</a></li> <li><a href="#how-to-contribute">How to Contribute</a></li> </ul> </li> <li><a href="#roadmap">Roadmap</a></li> <li><a href="#license">License</a></li> <li><a href="#contact">Contact</a></li> <li><a href="#acknowledgments">Acknowledgments</a></li> </ol> </details>

About The Project

QuickTiles lets you add custom quick settings tiles to your Android device, enabling fast access to
your favorite actions and shortcuts. The app is open source and privacy-friendly.

<img src="./fastlane/metadata/android/en/images/phoneScreenshots/1.png?inline=false" width=200 alt="Screenshot"> <img src="./fastlane/metadata/android/en/images/phoneScreenshots/2.png?inline=false" width=200 alt="Screenshot">

Download

<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" height="80">
<img src="https://raw.githubusercontent.com/LibreShift/red-moon/master/art/direct-apk-download.png" alt="Direct apk download" height="80">

<div align="right">(<a href="#top">back to top</a>)</div>

Features ✨

  • 🎵 Media control (play/pause, next, previous, media volume)
  • 🔊 Show volume panel
  • 📅 New event/alarm/timer
  • 📞 Make call
  • 📷 Take photo/record video
  • 🧮 Open calculator/file manager
  • 📱 Open custom apps
  • 🔍 Search settings
  • 🌐 Open languages
  • 📖 Open dictionary/privacy
  • 🔗 Open VPN/data usage/screen cast/connected devices/about
  • ⏲️ Set screen timeout
  • 🔔 Switch volume modes (normal, vibrate, priority only, alarms only, total silence)
  • 💡 Adjust brightness
  • 🌙 Adaptive brightness toggle
  • 🌑 Grayscale
  • 📸 Take screenshot
  • 🔄 Force rotation (0°, 90°, 180°, 270°)
  • 🔒 Lock screen
  • 🖥️ Split screen
  • 📳 Set vibration on calls
  • ⚡ Open power menu
  • 🔋 Show battery level
  • 🔢 Counter
  • 🐞 Enable/disable USB debugging
  • 🕹️ Enable/Disable demo mode
  • 🛠️ Open developer options
  • 🌙 Enable/Disable keep screen on
  • 🏃 Set animator duration scale
  • 🚫 Disable all animations
  • 🏁 Always finish activities
<div align="right">(<a href="#top">back to top</a>)</div>

Built With

  • Android
  • Kotlin
  • Java
  • Gradle
<div align="right">(<a href="#top">back to top</a>)</div>

Usage

After installing, open QuickTiles and enable the tiles you want to use. You can then access them
from the quick settings panel on your Android device.

<div align="right">(<a href="#top">back to top</a>)</div>

Google Play Protect Warning

Important:
Google Play Protect may warn that QuickTiles is a "harmful app."
This is a false positive. You can check the full source code in this repository — there is no
malicious activity.

If you disable Play Protect, Android may still periodically show warnings. This seems to be because
Android stores previously detected warnings and repeats them, even after Play Protect is turned off.

<div align="right">(<a href="#top">back to top</a>)</div>

Contributing

Contributions make open source amazing. If you have an idea or fix, please:

Prerequisites

  • Android Studio
  • Android device or emulator

Installation

  1. Clone the repo
sh
git clone https://gitlab.com/flxholle/quick-tiles.git
  1. Open the project in Android Studio.
  2. Build and run the app on your device.

How to Contribute

  1. Fork the Project
  2. Create a new branch (git checkout -b feature/AmazingFeature)
  3. Commit changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request
<div align="right">(<a href="#top">back to top</a>)</div>

Roadmap

  • Add customizations to "Demo Mode"
    from Dev-QuickSettings (feature/settings)
  • Add JobServices to check if the system settings were manually changed by the user
  • Fix the delay after a tile is pressed

License

Distributed under the GPLv3 License. See LICENSE for details.

<div align="right">(<a href="#top">back to top</a>)</div>

Contact

Felix Hollederer - @flxholle - flxholle@posteo.com

Project
Link: https://gitlab.com/flxholle/quick-tiles

<div align="right">(<a href="#top">back to top</a>)</div>

Acknowledgments

Icons

Open Source Projects

<div align="right">(<a href="#top">back to top</a>)</div>

Contributors

Showing top 6 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from flxholle/QuickTiles via the GitHub API.Last fetched: 6/19/2026