We are running Android 9.0 on IMX8mini
By default, the screen shows Launcher GUI. We want to enable the SetupWizard(Provision.apk).
I checked via adb shell, and found it existed in /system/priv-app/Provision/Provision.apk on the device, and I found the default value in SettingsProvider is:
<bool name="def_device_provisioned">false</bool>
It seems it is correct. How can I let the Android show the Setup Wizard?