Screenshot Tile (NoRoot)
Customizable screenshot tool with quick settings shortcut and floating button
com.github.cvzi.screenshottile
About 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.
<h2>Features:</h2>✓ 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: <a href="https://github.com/cvzi/ScreenshotTile">github.com/cvzi/ScreenshotTile</a>
Original app: <a href="https://github.com/ipcjs/ScreenshotTile">github.com/ipcjs/ScreenshotTile</a>
Open Source license is GNU GPLv3
<u>Note:</u>
🎦 When you take a screenshot, the <b>"Google Cast" icon</b> 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: <a href="https://github.com/cvzi/ScreenshotTile#icon">github.com/cvzi/ScreenshotTile#icon</a>
<h2>Permissions:</h2>❏ <i>android.permission.WRITE_EXTERNAL_STORAGE "Photos/Media/Files and Storage"</i>
This is required to save the screenshot files on the internal storage of your device.
❏ <i>android.permission.FOREGROUND_SERVICE</i>
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.