-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Labels
Description
I can run this app on Android 4.4 successfully.
But, when i run it on Android 6.0, the result is failed and error code is "2".
Is it a permission issue?
I update the AndroidManifest.xml with follow permissions and build app again:
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.WRITE_SETTINGS"/>
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
Unfortunately, failed again.