Hi everyone,
I'd like to use the PXR Set Auto Connect Wifi function to connect to a specified Wifi. Sadly the connection always fails. I assume this might be, because my app doesn't have the correct permissions to change the Wifi State.
android.permission.CHANGE_WIFI_STATE
android.permission.CHANGE_NETWORK_STATE
android.permission.ACCESS_WIFI_STATE
android.permission.ACCESS_NETWORK_STATE
I tried entering those permissions in the Project Settings (Android/Extra Permissions), I tried requesting the permissions via Blueprint (Request Android Permissions Node) and I added them in the installation *.bat file as adb commands.
Still none of this seems to work, my app can't connect to the Wifi via the Auto Connect Node and when I check the permissions of the app it only shows "Storage" permission.
Any help would be appreciated.
Thanks!