Android enterprise app shows “No App Permissions are available” in HexnodeSolved

Participant
Discussion
3 weeks ago Jun 06, 2026

Hi, I uploaded an enterprise Android APK to the Hexnode app repository and tried to configure it under App Permissions. Hexnode shows the message “No App Permissions are available.”

The app is supposed to use the camera, and the developer says the camera permission was added in the AndroidManifest.xml. Is there anything else that needs to be configured in Hexnode for this permission to appear?

Replies (2)

Marked SolutionPending Review
Hexnode Expert
3 weeks ago Jun 06, 2026
Marked SolutionPending Review

Hi @aitana,

Hexnode’s Android App Permission Policy can display and manage only runtime permissions exposed by the application.

For enterprise APKs, Hexnode reads the supported runtime permissions from the app package. If the app does not expose any compatible runtime permissions, the policy page shows “No App Permissions are available.” Hexnode cannot add new permissions to an APK or modify permissions that are not properly declared by the app.

For this case, the app developer should verify that the required permission, such as Camera, is correctly declared as a runtime permission in the APK’s AndroidManifest.xml and then provide an updated APK. Once the updated app package is uploaded to Hexnode, the permission should be available for configuration if it is supported as a runtime permission.

Regards,
Sienna Carter
Hexnode UEM

Marked SolutionPending Review
Participant
3 weeks ago Jun 06, 2026
Marked SolutionPending Review

Got it. We’ll have the developer verify the APK manifest and upload the corrected build before trying the App Permission Policy again.

Save