Skip to content Skip to sidebar Skip to footer
Showing posts with the label Kiosk Mode

Running Dpm With Runtime.exec(...)

This answer suggests that an Android app can run dpm like this: Runtime.getRuntime().exec('dpm … Read more Running Dpm With Runtime.exec(...)

Can I Disable Systemui From Within My Android App?

I used this answer to achieve a Kiosk Mode for my app: https://stackoverflow.com/a/26013850 I roote… Read more Can I Disable Systemui From Within My Android App?