Last updated: June 10, 2026
Cliptic (“the App”) is designed with privacy as a foundation. The entire operation happens exclusively on your device. No data is collected, transmitted, or shared with any third party — including the developer.
The App reads newly captured screenshots from your device’s media storage (MediaStore) for the sole purpose of copying them to the system clipboard. Specifically:
Screenshots folder of your device.READ_MEDIA_IMAGES permission, which you explicitly grant.If you explicitly share an image to Cliptic from another app (via Android’s Share Sheet), the App copies that image to the clipboard the same way: it is cached in the App’s private cache directory and deleted after 1 hour. This applies only to images you actively choose to share — the App never browses or accesses other images on its own.
If you enable the “Remove original after copy” setting:
MediaStore.createTrashRequest() API.MANAGE_MEDIA permission, which you must explicitly grant through system settings.The App writes a reference (content:// URI) to the copied screenshot onto your system clipboard. The clipboard content is managed entirely by the Android system; the App does not read clipboard contents or monitor clipboard activity.
| Permission | Purpose |
|---|---|
READ_MEDIA_IMAGES |
Detect new screenshots so they can be copied to clipboard |
READ_MEDIA_VISUAL_USER_SELECTED |
Fallback for partial photo access (Android 14+) |
MANAGE_MEDIA |
Optional — silently remove original screenshots after copy |
FOREGROUND_SERVICE |
Keep the screenshot monitor running reliably in the background |
FOREGROUND_SERVICE_SPECIAL_USE |
Required by Android 14+ to run the screenshot monitor as a special-use foreground service |
POST_NOTIFICATIONS |
Show a persistent notification while the service is active |
RECEIVE_BOOT_COMPLETED |
Optionally restart monitoring after device reboot |
The App does not collect, store, or transmit any personal data. Specifically:
SharedPreferences. Uninstalling the App removes all settings.android:allowBackup="false"), so neither settings nor cached files ever leave the device.The App does not address anyone under the age of 13. No personally identifiable information is collected from any user, including children.
Updates to this policy will be posted on this page. Continued use of the App after changes constitutes acceptance of the updated policy.
For questions about this privacy policy, create an issue on the project repository: https://github.com/yniyniyni/Cliptic/issues
Cliptic — copy screenshots, automagically. Nothing leaves your device.