You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When this module is activated, the READ_CLIPBOARD op is ignored, any app can read clipboard, even its op is ignored.
To reproduce it, first select an app, use appops command with root or adb shell to set its READ_CLIPBOARD op to ignore; Then, when this module is deactivated, this app can't paste anything from clipboard (even when in the foreground); But when this modules is activated, this app can paste from clipboard.
The text was updated successfully, but these errors were encountered:
When this module is activated, the
READ_CLIPBOARD
op is ignored, any app can read clipboard, even its op is ignored.To reproduce it, first select an app, use
appops
command with root or adb shell to set itsREAD_CLIPBOARD
op to ignore; Then, when this module is deactivated, this app can't paste anything from clipboard (even when in the foreground); But when this modules is activated, this app can paste from clipboard.The text was updated successfully, but these errors were encountered: