Is there an alternative way to perform the same function as UpdateApplication on Android 15?
Hi everyone,
We are currently managing Samsung enterprise devices via Knox Manage under Android Enterprise DA mode (Device Admin) . Our in-house application previously used the UpdateApplication API to update itself silently without user interaction. This worked well under Android 14.
However, after updating to Android 15, this API no longer functions. Based on the Samsung Knox SDK documentation, it appears that UpdateApplication is now restricted to Device Owner (DO) and Profile Owner (PO) apps.
We have tried to assign all delegated scopes to our app via Knox Manage policy settings (Android Enterprise → App Restrictions → Delegated Scopes for Apps). Unfortunately, the API call still fails.
✅ What we’re looking for:
- Is there any alternative methods that allows silent or managed updates of enterprise apps on Android 15, without being a DO/PO app?
- Or is DO/PO elevation now the only viable path?
- If so, is there an official onboarding flow or protocol to request DO/PO designation for an app via Knox Manage?
Any guidance, references, or examples would be greatly appreciated.
Thank you!
—
Environment:
- Android 15
- Knox Manage (latest)
- Samsung A9+ tablets
- Device Admin mode