路径:framework/opt/net/wifi/service/java/com/android/server/wifi/WrongPasswordNotifier.java
@@ -59,7 +59,7 @@ public class WrongPasswordNotifier {
* @param ssid The SSID of the Wi-Fi network
*/
public void onWrongPasswordError(String ssid) {
- showNotification(ssid);
+ //showNotification(ssid); modify for wifi password err Pop-ups by cxh 20190306
mWrongPasswordDetected = true;
}