Plot
Android has an option for single-purpose devices to be managed using Device Owner Kiosk Applications. Now there are various Device provisioning ways to make a Kiosk app Device Owner. One of the ways is to use the official Android EMM solution and enroll devices.
The other simple and quick-to-use method is using dpm set-owner
command for rooted and non-rooted devices. Rooted Devices can run this command with su
rights and make the desired Kiosk App a Device Owner and Non-rooted devices can also be made device owner using adb command.
As asked and answered in following question.
How to make my app a device owner?
Now having such a simple way to provision device and app to be Device Owner is very useful where Kiosk devices are to be placed and used on large scale without depending upon Android Enterprise or EMM. But I have few questions about this.
Questions:
Is provisioning app to be device owner using dpm set-owner
logical and safe to use for long-term production devices and at volume?
Are there any potential downsides of using this approch?