Pablo
Pablo

Reputation: 300

How to disable apps without uninstalling them?

We have a use case where an app is only allowed to run for a certain amount of time. The Android Management API does not seem to allow profiles to trigger things offline, so we're ok with pushing a profile at a specific time. However, I don't see a policy setting to simply disable the app without uninstalling it. Am I missing something?

Upvotes: 1

Views: 1164

Answers (1)

Pablo
Pablo

Reputation: 300

Not sure how I missed it, but just noticed the disabled property under ApplicationPolicy...

https://developers.google.com/android/management/reference/rest/v1/enterprises.policies#ApplicationPolicy

Upvotes: 1

Related Questions