- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2022 03:22 AM in
Galaxy SSolved! Go to Solution.
1 Solution
Accepted Solutions
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2022 04:09 AM in
Galaxy SWhile 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.
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2022 04:09 AM in
Galaxy SWhile 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.
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2022 04:35 AM in
Galaxy SDefinitely not ideal. Users should be able to control clipboard permissions just as easily as they can control camera or location permissions.
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2022 05:52 AM in
Galaxy S- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2022 05:56 AM in
Galaxy S- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2022 05:57 AM in
Galaxy SYeah 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.
