ExtClipboardManager

Verified safeOpen sourceExclusive
No reviews reviews
95
downloads
6.0
android

AI summary

Enhanced clipboard manager for Android 12+ that hooks into system clipboard service to auto-clear copied content after a set timeout. Supports whitelist/blacklist per-app modes and text exclusion rules to prevent sensitive data from lingering. Requires Xposed-style framework. Note: uses QUERY_ALL_PACKAGES permission to identify apps for filtering.

Generated by AI. May contain inaccuracies.

About this app

ExtClipboardManager is an enhanced clipboard manager. It is to inject the code when ClipboardService starts, and intercept and mark the key methods such as setPrimaryClip before or after they are executed.

Features:

Timeout auto-clear clipboard: customizable time setting in seconds provide application whitelist and blacklist mode: whitelist mode in the whitelist application will not trigger the clear clipboard operation; blacklist mode in the blacklist application will trigger the clear clipboard operation Text exclusion function: text matching the rules will not be automatically cleared Caution:

Remember to check the system frame Input method may read the content of the clipboard several times after cutting, whitelist mode is recommended to add the input method to the whitelist, otherwise the number of times read is easily exhausted by the input method. In some cases, getPrimaryClip will not be triggered to read the clipboard, but the application can still read the clipboard, you may need to look at the source code to know what the reason is. Currently (probably) only available for Android 12+

About this version

Version
1.0.1 (2)
Size
4.58 MB
Requires Android
6.0
Target SDK
23
Downloads
95
Updated
Jan 26, 2024
Package
com.hhvvg.ecm

Similar apps

Ratings & reviews

0 ratings
  • 5
    0
  • 4
    0
  • 3
    0
  • 2
    0
  • 1
    0

Write a review

Tap a star to rate this app