Merge "Create settings page for choosing default Network Scorer."
This commit is contained in:
committed by
Android (Google) Code Review
commit
126d9ae6f4
@@ -3013,6 +3013,10 @@
|
||||
<string name="sms_change_default_dialog_text" translatable="true">Use <xliff:g id="new_app">%1$s</xliff:g> instead of <xliff:g id="current_app">%2$s</xliff:g> as your SMS app?</string>
|
||||
<string name="sms_change_default_no_previous_dialog_text" translatable="true">Use <xliff:g id="new_app">%s</xliff:g> as your SMS app?</string>
|
||||
|
||||
<!-- Network Scorer Picker title [CHAR LIMIT=40]-->
|
||||
<string name="network_scorer_picker_title">Network Scorer</string>
|
||||
<string name="network_scorer_picker_none_preference">None</string>
|
||||
|
||||
<!-- Wifi Assistant change wi-fi assistant title. [CHAR LIMIT=40] -->
|
||||
<string name="network_scorer_change_active_dialog_title">Change Wi\u2011Fi assistant?</string>
|
||||
<!-- Wifi Assistant request message. This message asks the user if it is okay for an app to become the Wifi Assistant instead of the current Wifi Assistant app. [CHAR LIMIT=100] -->
|
||||
|
21
res/xml/network_scorer_picker_prefs.xml
Normal file
21
res/xml/network_scorer_picker_prefs.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 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.
|
||||
-->
|
||||
|
||||
<PreferenceScreen
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:title="@string/network_scorer_picker_title">
|
||||
</PreferenceScreen>
|
@@ -58,6 +58,11 @@
|
||||
android:fragment="com.android.settings.WifiCallingSettings"
|
||||
settings:keywords="@string/keywords_wifi_calling"/>
|
||||
|
||||
<Preference
|
||||
android:key="network_scorer_picker"
|
||||
android:title="@string/network_scorer_picker_title"
|
||||
android:fragment="com.android.settings.network.NetworkScorerPicker"/>
|
||||
|
||||
<Preference
|
||||
android:key="wifi_direct"
|
||||
android:title="@string/wifi_menu_p2p">
|
||||
|
Reference in New Issue
Block a user