Android Question Exposing sensitive info during casting/recording issue Android 10

cooperlegend

Active Member
Licensed User
Longtime User
I am getting a new message on Android 10 which pops up every time I do a remote screen capture.

On older Android a message would appear just once if you clicked "don't show again" , This new message appear everytime, any ideas how to get rid of it after the first time ?

Capture.JPG
 

biometrics

Active Member
Licensed User
Longtime User
Posting this late, hope it can help someone...

I had this problem with Teamviewer on Android 10. Once Teamviewer and it's add-on has been installed and permissions set.

B4X:
 - Settings, search for About, click Build Number until developer mode enabled
 - Settings, search for Developer and enable:
   - Android debugging
   - Rooted debugging
   - ADB over network
 - Connect with ADB from a PC to the IP address (adb connect ip_address) and run:
   - adb shell appops set com.teamviewer.host.market PROJECT_MEDIA allow

This persists after a reboot.
 
Upvote 0
Top