The command adb shell pm enable com.google.android.setupwizard
returns an error:Error: java.lang.SecurityException: Shell cannot change component state for com.google.android.setupwizard/null to 1
.
The command adb shell pm default-state com.google.android.setupwizard
returns an error:Error: java.lang.SecurityException: Shell cannot change component state for com.google.android.setupwizard/null to 0
.
Any suggestions for attempts?