On the recently released Android 10 (Google Pixel 3a), profile install fails with the following in logcat:
09-10 15:48:25.484 1435 2945 I WifiService: addOrUpdateNetwork uid=10231
09-10 15:48:25.485 1435 2945 I addOrUpdateNetwork: uid = 10231 SSID "eduroam" nid=-1
09-10 15:48:25.485 1435 2500 E WifiConfigManager: UID 10231 does not have permission to modify MAC randomization Settings "eduroam"WPA_EAP. Must have NETWORK_SETTINGS or NETWORK_SETUP_WIZARD.
09-10 15:48:25.486 1435 2500 E WifiConfigManager: Failed to add/update network eduroam
Adding the NETWORK_SETTINGS permission to AndroidManifest.xml seems to fix the problem (but :
<uses-permission android:name="android.permission.NETWORK_SETTINGS" />
However I'm not really an Android developer, so there might be a better solution.
Is there a timeline in general for Android 10 support in CAT? Do you need help testing?
On the recently released Android 10 (Google Pixel 3a), profile install fails with the following in logcat:
Adding the NETWORK_SETTINGS permission to
AndroidManifest.xmlseems to fix the problem (but :However I'm not really an Android developer, so there might be a better solution.
Is there a timeline in general for Android 10 support in CAT? Do you need help testing?