0

Is there any way (existing API) to remotely remove applications on mobile device or modify their permissions?

user1625525
  • 99
  • 1
  • 10

1 Answers1

1

The Admin SDK does not contain this functionality. You could however monitor a list of installed applications on the user's device and if a disallowed application is installed on the device, block sync for the device and email the user explaining why sync has been blocked and that they'll need to uninstall to re-enable sync.

Jay Lee
  • 13,415
  • 3
  • 28
  • 59
  • Thanks for the answer, is there any way to find out whether Google is going to provide such API in near future or not. – user1625525 Aug 05 '13 at 22:42
  • I do not know of any announced plans by Google to allow admin removal of user-installed apps. The only thing I can point to is the hidden feature in Android 4.3 that allows users to remove permissions from an app: http://goo.gl/EtIhR2 – Jay Lee Aug 06 '13 at 12:19