QuickTiles vs Screenshot Tile (NoRoot)
Side-by-side comparison of two open source alternatives
QuickTiles
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. 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 **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. Acknowledgments: Icons - Old App icon by [Freepik](https://www.flaticon.com/authors/freepik) from [Flaticon](https://www.flaticon.com/) - New App Icon generated with DALL-E 3 ([OpenAI](https://openai.com/dall-e-3/)) - Toggle-split-screen icon by [Smashicons](https://www.flaticon.com/authors/smashicons) from [Flaticon](https://www.flaticon.com/) Open Source Projects - [Dev-Tiles](https://github.com/mustafa01ali/Dev-Tiles) by Mustafa Ali ([Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt)) - [Dev-QuickSettings](https://github.com/adriangl/Dev-QuickSettings) by Adriรกn Garcรญa ([Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt)) - [Adaptive Brightness Tile](https://github.com/rascarlo/AdaptiveBrightnessTile) by rascarlo ([GNU GPLv3](https://www.gnu.org/licenses/gpl-3.0.txt)) - [PowerButtonTile](https://github.com/rascarlo/PowerButtonTile) by rascarlo ([GNU GPLv3](https://www.gnu.org/licenses/gpl-3.0.txt)) - [Greyscale](https://github.com/fei-ke/Greyscale) by fei-ke ([Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt))
Screenshot Tile (NoRoot)
Adds a button/tile to the quick settings panel to take screenshots. After install you need to add the button/tile to your quick settings and then grant the permissions to record screen captures and save images to the internal storage. Features:โ Take screenshots from the quick settings โ No root required โ Notification after a screenshot was taken (can be disabled) โ Immediately share, edit or delete a screenshot from the notification โ Edit the screenshot with the included image editor โ Floating button/Overlay button like a chat bubble (Android 9+) โ Use as assist app to take a screenshot (long-press the Home button) โ Only take screenshot of a specific area of the screen (long-press the tile) โ Delay taking a screenshot โ Store in any folder on any storage e.g. sd card โ Store in different file formats: png, jpg or webp โ Take automatic screenshots with apps like Tasker or MacroDroid โ Free, open-source, no advertising This is a fork of "Screenshot Tile [Root]" but it does not require root. Source code: github.com/cvzi/ScreenshotTile Original app: github.com/ipcjs/ScreenshotTile Open Source license is GNU GPLv3 Note: ๐ฆ When you take a screenshot, the "Google Cast" icon will appear in the status bar and it will be visible in the screenshot image. If you want to hide the icon, there is an explanation here: github.com/cvzi/ScreenshotTile#icon Permissions:โ android.permission.WRITE_EXTERNAL_STORAGE "Photos/Media/Files and Storage" This is required to save the screenshot files on the internal storage of your device. โ android.permission.FOREGROUND_SERVICE Since Android 9/Pie this permission is required to take screenshots. It basically means that this app can run without showing itself. However the app will always show a notification when it is running. Automatic screenshots:If you want to automate screenshots from another app, e.g. MacroDroid or Tasker, you can find a step-by-step guide here: github.com/cvzi/ScreenshotTile#automatic-screenshots-with-broadcast-intents Hiding the app icon:In the app settings you can hide the app icon from your launcher. You can still access the app by long pressing the tile in your quick settings. Unfortunately, Android 10 does not allow hiding an app anymore. ๐ Support and translationsIf there is a problem or you want to help translate this app into your language, please contact me on github.com/cvzi/ScreenshotTile/issues, cuzi-android@openmail.cc or contribute a translation on https://crowdin.com/project/screenshottile/ This app can access the Accessibility Services API which allows this app to record the screen. Data is neither collected nor shared by this app using the accessibility capabilities.
| Feature | QuickTiles | Screenshot Tile (NoRoot) |
|---|---|---|
| License | GPL-3.0-or-later | GPL-3.0-only |
| Install sources | F-Droid | F-DroidGitHub |
| Categories | ProductivityMedia PlayerDev ToolsVideo | ProductivityMedia PlayerVideo |
| Features | Ad-FreeOpen SourceNo Tracking | Ad-FreeOpen SourceNo Tracking |
| Platforms | Android | Android |
| Website | ||
| Source code |