I am trying to connect to Wi-Fi while setting up an Android Lollipop device using below NFC tags:
p.setProperty(DevicePolicyManager.EXTRA_PROVISIONING_WIFI_SSID, "-----"); p.setProperty(DevicePolicyManager.EXTRA_PROVISIONING_WIFI_PASSWORD, "----");
It seems to be connecting to Wi-Fi, but is stuck on the Connecting to Wi-fi... screen Connecting to Wi-fi... and does not finish the preparation process.
Can someone help me solve this problem?
source share