I am building a AOSP-project where we have a APK, we would like to be device-owner on the build. Where in the AOSP-project do we set a specific APK as device-owner? Thanks!
We know it is possible to run this command "adb shell dpm set-device-owner ..." but we would like so its being done, when we build the AOSP, so we do not need to connect each device to a laptop and run the command. But it is being done on the build i...