You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
2.5 KiB
68 lines
2.5 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright 2017 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.
|
|
-->
|
|
|
|
<resources>
|
|
<string-array name="wifi_security_method">
|
|
<item>@string/wifi_security_none</item>
|
|
<item>@string/wifi_security_wep</item>
|
|
<item>@string/wifi_security_wpa_wpa2</item>
|
|
</string-array>
|
|
|
|
<!-- Security types for wireless tether -->
|
|
<string-array name="wifi_tether_security">
|
|
<item>@string/wifi_hotspot_wpa2_personal</item>
|
|
<item>@string/wifi_hotspot_security_none</item>
|
|
</string-array>
|
|
|
|
<!-- Wi-Fi AP band settings. Either Auto, 2.4GHz or 5GHz. -->
|
|
<!-- Note that adding/removing/moving the items will need wifi settings code change. -->
|
|
<string-array translatable="false" name="wifi_ap_band_config_full">
|
|
<item>1</item>
|
|
<item>2</item>
|
|
</string-array>
|
|
|
|
<string-array translatable="false" name="wifi_ap_band_summary_full">
|
|
<item>@string/wifi_ap_choose_2G</item>
|
|
<item>@string/wifi_ap_choose_5G</item>
|
|
</string-array>
|
|
|
|
<string-array translatable="false" name="wifi_ap_band">
|
|
<item>1</item>
|
|
<item>3</item>
|
|
</string-array>
|
|
|
|
<string-array translatable="false" name="wifi_ap_band_summary">
|
|
<item>@string/wifi_ap_choose_2G</item>
|
|
<item>@string/wifi_ap_prefer_5G</item>
|
|
</string-array>
|
|
|
|
<string-array translatable="false" name="wifi_ap_band_config_2G_only">
|
|
<item>@string/wifi_ap_choose_auto</item>
|
|
<item>@string/wifi_ap_choose_2G</item>
|
|
</string-array>
|
|
|
|
<string-array translatable="false" name="recent_apps_ignored_packages">
|
|
<item>android</item>
|
|
<item>com.android.phone</item>
|
|
<item>com.android.settings</item>
|
|
<item>com.android.car.settings</item>
|
|
<item>com.android.systemui</item>
|
|
<item>com.android.providers.calendar</item>
|
|
<item>com.android.providers.media</item>
|
|
</string-array>
|
|
</resources>
|