The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2008 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | |
| 17 | <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" |
| 18 | android:title="@string/wifi_advanced_titlebar"> |
| 19 | |
Irfan Sheriff | 0f41b49 | 2013-03-29 11:15:07 -0700 | [diff] [blame] | 20 | <Preference |
| 21 | android:key="install_credentials" |
| 22 | android:title="@string/wifi_install_credentials" |
| 23 | android:persistent="false" /> |
| 24 | |
PauloftheWest | b4564c3 | 2014-06-18 11:20:24 -0700 | [diff] [blame] | 25 | <Preference |
| 26 | android:key="wifi_direct" |
| 27 | android:title="@string/wifi_menu_p2p" |
| 28 | android:persistent="false" /> |
| 29 | |
| 30 | <Preference |
| 31 | android:key="wps_push_button" |
| 32 | android:title="@string/wifi_menu_wps_pbc" |
| 33 | android:persistent="false" /> |
| 34 | |
PauloftheWest | 7837b99 | 2014-06-24 07:42:27 -0700 | [diff] [blame] | 35 | <Preference |
| 36 | android:key="wps_pin_entry" |
| 37 | android:title="@string/wifi_menu_wps_pin" |
| 38 | android:persistent="false" /> |
| 39 | |
Jason Monk | 0b4fdc4 | 2015-12-04 09:36:36 -0500 | [diff] [blame] | 40 | </PreferenceScreen> |