Merge "Wallet/controls - Migrate existing settings" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
db624992ed
@@ -1,36 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2019 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"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:title="@string/cards_passes_sentence">
|
||||
|
||||
<com.android.settings.widget.VideoPreference
|
||||
android:key="global_actions_panel_video"
|
||||
app:animation="@raw/gesture_global_actions_panel"
|
||||
app:controller="com.android.settings.widget.VideoPreferenceController" />
|
||||
|
||||
<SwitchPreference
|
||||
android:key="gesture_global_actions_panel_switch"
|
||||
android:title="@string/cards_passes_setting_toggle"
|
||||
android:summary="@string/cards_passes_setting_subtitle"
|
||||
app:keywords="@string/keywords_cards_passes"
|
||||
app:controller="com.android.settings.gestures.GlobalActionsPanelPreferenceController"
|
||||
app:allowDividerAbove="true" />
|
||||
|
||||
</PreferenceScreen>
|
||||
@@ -26,19 +26,4 @@
|
||||
android:summary="@string/power_menu_long_press_for_assist_summary"
|
||||
settings:controller="com.android.settings.gestures.LongPressPowerButtonPreferenceController"
|
||||
/>
|
||||
|
||||
<Preference
|
||||
android:key="gesture_global_actions_panel_summary"
|
||||
android:title="@string/cards_passes_sentence"
|
||||
android:fragment="com.android.settings.gestures.GlobalActionsPanelSettings"
|
||||
settings:controller="com.android.settings.gestures.GlobalActionsPanelPreferenceController" />
|
||||
|
||||
<PreferenceCategory
|
||||
android:title="@string/power_menu_lock_screen_category" >
|
||||
|
||||
<SwitchPreference
|
||||
android:key="gesture_power_menu_privacy"
|
||||
android:title="@string/power_menu_privacy"
|
||||
settings:controller="com.android.settings.gestures.PowerMenuPrivacyPreferenceController" />
|
||||
</PreferenceCategory>
|
||||
</PreferenceScreen>
|
||||
|
||||
@@ -46,11 +46,16 @@
|
||||
android:summary="@string/owner_info_settings_summary" />
|
||||
|
||||
<SwitchPreference
|
||||
android:key="security_setting_lockdown_enabled"
|
||||
android:title="@string/lockdown_settings_title"
|
||||
android:summary="@string/lockdown_settings_summary"
|
||||
settings:controller="com.android.settings.security.LockdownButtonPreferenceController" />
|
||||
android:key="lockscreen_privacy_wallet_switch"
|
||||
android:title="@string/lockscreen_privacy_wallet_setting_toggle"
|
||||
android:summary="@string/lockscreen_privacy_wallet_summary"
|
||||
settings:controller="com.android.settings.display.WalletPrivacyPreferenceController" />
|
||||
|
||||
<SwitchPreference
|
||||
android:key="lockscreen_privacy_controls_switch"
|
||||
android:title="@string/lockscreen_privacy_controls_setting_toggle"
|
||||
android:summary="@string/lockscreen_privacy_controls_summary"
|
||||
settings:controller="com.android.settings.display.ControlsPrivacyPreferenceController" />
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
|
||||
Reference in New Issue
Block a user