summaryrefslogtreecommitdiffstats
path: root/res/xml/wifi_display_saved_access_points.xml
diff options
context:
space:
mode:
authorPauloftheWest <paulofthewest@google.com>2014-06-24 07:42:27 -0700
committerPauloftheWest <paulofthewest@google.com>2014-07-08 11:26:22 -0700
commit7837b999862cf341b0f124be7ace1dfc64d0a5a8 (patch)
treebd69705cee106705dcbc1c5a37f3d3ddb4709901 /res/xml/wifi_display_saved_access_points.xml
parent2a2b22a01913a15b966528f32940d8ddeac5e827 (diff)
downloadpackages_apps_Settings-7837b999862cf341b0f124be7ace1dfc64d0a5a8.zip
packages_apps_Settings-7837b999862cf341b0f124be7ace1dfc64d0a5a8.tar.gz
packages_apps_Settings-7837b999862cf341b0f124be7ace1dfc64d0a5a8.tar.bz2
Added Saved networks UI to Wifi
+ Added Saved networks to Overflow menu + Moved WPS Pin Entry from Overflow menu to Advance Setting Activity + "Automatically manage Wi-Fi : Let a Wi-Fi assistant manage your connection" + "Wi-Fi assistant : <selected assistant> [cog secondary hit target] + MAC address & IP address list items have the static italic style - "Avoid poor connections" from Advance Settings - "Wi-Fi optimization" from Advance Settings Bug: 15698824 Change-Id: Ieb25b29874752db07398dcb200ec07862779f507
Diffstat (limited to 'res/xml/wifi_display_saved_access_points.xml')
-rw-r--r--res/xml/wifi_display_saved_access_points.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/res/xml/wifi_display_saved_access_points.xml b/res/xml/wifi_display_saved_access_points.xml
new file mode 100644
index 0000000..2be31d2
--- /dev/null
+++ b/res/xml/wifi_display_saved_access_points.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2014 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
+ android:title="@string/wifi_display_settings_title">
+
+</PreferenceScreen>