Reputation: 300
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
Reputation: 300
Not sure how I missed it, but just noticed the disabled
property under ApplicationPolicy...
Upvotes: 1