diff options
author | Irfan Sheriff <isheriff@google.com> | 2012-02-14 09:26:07 -0800 |
---|---|---|
committer | Irfan Sheriff <isheriff@google.com> | 2012-02-29 19:32:40 -0800 |
commit | 09a9b38fbccd4c6e62f042d8bb326f9b6ef9a8f0 (patch) | |
tree | d260ea10311e804dbe205d44927c1483d5379d92 /res/values/arrays.xml | |
parent | 49cd8d54815a3b820d135dc310df1d60de1e6a8c (diff) | |
download | packages_apps_Settings-09a9b38fbccd4c6e62f042d8bb326f9b6ef9a8f0.zip packages_apps_Settings-09a9b38fbccd4c6e62f042d8bb326f9b6ef9a8f0.tar.gz packages_apps_Settings-09a9b38fbccd4c6e62f042d8bb326f9b6ef9a8f0.tar.bz2 |
Add support for wifi verification before connect
Change-Id: Ie1fb9c2fad4f75985077236eab61c296314f4fe4
Diffstat (limited to 'res/values/arrays.xml')
-rw-r--r-- | res/values/arrays.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 17a1669..8c7ebfc 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -237,6 +237,10 @@ <item>Disconnected</item> <!-- Status message of Wi-Fi when it is a failure. --> <item>Unsuccessful</item> + <!-- Status message of Wi-Fi when it is blocked. --> + <item>Blocked</item> + <!-- Status message of Wi-Fi when connectiong is being verified. --> + <item>Temporarily avoiding poor connection</item> </string-array> <!-- Match this with the order of NetworkInfo.DetailedState. --> <skip /> @@ -262,6 +266,10 @@ <item>Disconnected</item> <!-- Status message of Wi-Fi when it is a failure. --> <item>Unsuccessful</item> + <!-- Status message of Wi-Fi when it is blocked. --> + <item>Blocked</item> + <!-- Status message of Wi-Fi when connectiong is being verified. --> + <item>Temporarily avoiding poor connection</item> </string-array> <!-- Match this with the constants in AccessPoint. --> <skip /> |