androidandroid-securityexceptionsetup-wizard

Security exception while customizing google setupwizard in Oreo


Custom setupwizard + google setupwizard -> homescreen

Observation :

REQUEST_NETWORK_SCORES is a signature level permission


Solution

  • In one of wizard script it was pointing to google package, I changed to custom setupwizard package. No security exception found after that.