Android 6.0 Cannot add WifiConfiguration if there is already another WifiConfiguration for that SSID
问题 Android 6.0 made some changes to the WiFi behavior and it breaks my app behavior and cannot find a solution for it. Basically, for Android 6.0 you are not permitted to modify or delete WifiConfiguration objects that are not created by your app. This means I need to always create my own WifiConfiguration objects. However, if there is already a WifiConfiguration for a particular AP made by the user or other app, I cannot create another one for that AP. wifiManager.addNetwork(wifiConfiguration)