I’m testing managed app configuration for an in-house Android APK deployed through Hexnode. The APK is added as an Enterprise app, and I uploaded the app configuration JSON in the policy.
Hexnode shows the key-value pair correctly. The app has android.content.APP_RESTRICTIONS metadata and an app_restrictions.xml file with the config key declared. But inside the app, this still returns an empty bundle: RestrictionsManager.getApplicationRestrictions() Is app configuration only supported for Managed Google Play apps, or should this also work with Enterprise APKs?