Forum Discussion
Andr_Marino
Jun 18, 2024Copper Contributor
Configuration profiles with Android Enterprise, with kiosk simple app, with .apk extension
Good afternoon.
I am developing a project whose objective is to configure the Android device in a kiosk to run just one application. I have already created my Corporate-owned dedicated devices and m...
SebastiaanSmits
Steel Contributor
You are unable to add apk's directly to Android Enterprise Devices in Intune. The only way you can do this is uploading the apk in the Managed Google Play iFrame. See this guide for performing this:
https://www.anoopcnair.com/private-lob-apps-android-devices-using-intune/
The only thing is that de Package ID must be unique in the complete Google Play Cloud. This should not be an issue for you as you mentioned you developed the app yourself and you will also be able to change the Package ID if necessary.
Andr_Marino
Jun 19, 2024Copper Contributor
Ok, I'll try that, then I'll get back to you and let you know if it worked, thanks for the answer.