Hi All,
Trying to setup a deployment process for Teamviewer on corporate owned devices.
Currently have the application instalation process setup OK, however, trying to generate an Android intent to disable the notification sound for teamviewer so it doesnt popup every minute advising 'App is running to recieve connection' -- i know i can manually turn notifications off for Teamviewer to stop this, but i need a way to disable the notifications without users having access to the settings of the phone -- has anyone got any knoweldge of Android intent scripting to assist??
Have tried:
- settings put global heads_up_notifications_enabled 0
- notification revoke com.teamviewer.host.market.NotificationAccessService
--- not getting much of anywhere