Testing with Android 13, when calling saveNetworkInDevice (when the local network was already successfully saved using that same function) doesn't trigger/throw the error ERR_NETWORK_SAVED specified in the documentation.
How can I make sure to get that error in order to fallback into the regular connectToLocalNetwork if it's already saved?
Thanks in advance again for your help!
Testing with Android 13, when calling
saveNetworkInDevice(when the local network was already successfully saved using that same function) doesn't trigger/throw the errorERR_NETWORK_SAVEDspecified in the documentation.How can I make sure to get that error in order to fallback into the regular
connectToLocalNetworkif it's already saved?Thanks in advance again for your help!