Resolved! Solved

Original topic:

Controlling Clipboard Access

(Topic created on: 04-04-2022 03:22 AM)
2519 Views
FederationSigma
Active Level 3
Options
Galaxy S
I am getting notifications that an application is copying from my clipboard. I appreciate that we get a notification, but is there no way to limit clipboard access for certain applications? 
0 Likes

1 Solution


Accepted Solutions
Solution
RedDogRabbit
Expert Level 5
Galaxy S

While it's convenient, and there's now at least a notification when apps have access to the Clipboard.

This is not ideal, but if you are familiar with adb, you can control them.

With your phone connected to your computer (with Platform-Tools installed), open Power Shell on your computer & (after having granted access to your phone),

Type this command into the adb command line:

cmd appops query-op --user 0 READ_CLIPBOARD

 This will list the apps that have access to the Clipboard.

Now note the package name of the app(s) that you want to prevent having access to your Clipboard, and then type this into the adb command line:

cmd appops set <packagename> READ_CLIPBOARD ignore

Like I said, it's not as easy as just denying the permission, but it works.

Hopefully Samsung / Google will make it easier in a future update. 

View solution in context

6 Comments
Solution
RedDogRabbit
Expert Level 5
Galaxy S

While it's convenient, and there's now at least a notification when apps have access to the Clipboard.

This is not ideal, but if you are familiar with adb, you can control them.

With your phone connected to your computer (with Platform-Tools installed), open Power Shell on your computer & (after having granted access to your phone),

Type this command into the adb command line:

cmd appops query-op --user 0 READ_CLIPBOARD

 This will list the apps that have access to the Clipboard.

Now note the package name of the app(s) that you want to prevent having access to your Clipboard, and then type this into the adb command line:

cmd appops set <packagename> READ_CLIPBOARD ignore

Like I said, it's not as easy as just denying the permission, but it works.

Hopefully Samsung / Google will make it easier in a future update. 

Galaxy S
Thank you! I'll try this later on today.

Definitely not ideal. Users should be able to control clipboard permissions just as easily as they can control camera or location permissions.
Ray1
Expert Level 2
Galaxy S
Look under Settings, Privacy and you can shut off being notifiedScreenshot_20220404-064940_Settings.jpg
Galaxy S
Thanks for the reply! I had found that there it's not what I'd like. I want to revoke permissions entirely.
RedDogRabbit
Expert Level 5
Galaxy S

Yeah I don't think that it's the Notification that is his concern, it's the actual access to personal information, like passwords, banking etc. 

Helenna
Moderator
Moderator
Options
Galaxy S

Hi, We are glad to hear that your issue is resolved.

Please reach out to us if you require further assistance.

Thank you.