History log of /frameworks/opt/net/wifi/service/java/com/android/server/wifi/WrongPasswordNotifier.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
29da253de531bde521dc6fb1cd727c099f1e74ca 25-Jul-2017 Peter Qiu <zqiu@google.com> Update landing activity for wrong password notification

Update the landing activity for the notification to show
the password dialog when the notification is tapped.

Bug: 33245941
Test: frameworks/opt/net/wifi/tests/wifitests/runtests.sh
Test: manual test

Change-Id: Ieac2a5e41ab411fb1f8c5cab5f62243281eaabef
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/WrongPasswordNotifier.java
e81e74137b3da0254cc7d77a5773ea9bff67d5f8 07-Jul-2017 Peter Qiu <zqiu@google.com> Display notification when wrong password error is detected

A new notification will be generated and displayed when the wrong
password error is detected for the current connection.
It will be dismissed when:
- the user manually dismiss it or tap on it
- attempting a new Wi-Fi network connection
- timeout, currently set to 5 minutes

The current landing page for the notification is the network list page,
it will be updated when the new landing page is ready (dialog prompting
for the new password).

Bug: 33245941
Test: frameworks/opt/net/wifi/tests/wifitests/runtests.sh
Test: manual testing
Change-Id: Iaa75bff6d96ed8c9e9d8472a840d03c54f9f2c52
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/WrongPasswordNotifier.java