WAI
Status Update
Comments
ra...@google.com <ra...@google.com> #2
I believe you've been looking into this
at com.android.tools.idea.gradle.project.sync.idea.SdkSyncUtil.findMatchingSdkForAddon(SdkSyncUtil.kt:175)
at com.android.tools.idea.gradle.project.sync.idea.SdkSyncUtil.computeSdkReloadingAsNeeded(SdkSyncUtil.kt:127)
ra...@google.com <ra...@google.com> #3
hm, in fact let's discuss how we handle SDKs/addons etc. and also bootlclasspath
. We have an open issue with not supporting useLibrary
which we need to fix.
Description
Confirmed by Pixcel8 AndroidOS 15.
I think Android stores the registered Wifi Network Configuration and NetworkId in persistent storage in the Android system. Therefore, I think that the registered Wifi network configuration can be used to connect even when the device is rebooted.
The procedure we tried is as follows.
At this point, we have the following.
But after this, when the device is rebooted, NetowkId paid out by addNetwork() had changed.
Is this as per spec?