This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
android_packages_apps_Cherish/res/xml/audio_panel.xml
Hưng Phan aa7248a139 Revert "Cherish: Remove Extended Volume panel options hiding[2/2]"
This reverts commit 5d8882b3ce92bcfc1b465b0586b84e5f615a813b.
2020-09-06 21:16:48 +07:00

58 lines
2.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2018 gzosp
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:settings="http://schemas.android.com/apk/res-auto"
android:key="button_settings"
android:title="@string/audio_panel_view">
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="audio_panel_view_media"
android:icon="@drawable/ic_music"
android:title="@string/audio_panel_view_media_title"
android:defaultValue="true"
android:enabled="false"/>
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="audio_panel_view_ringer"
android:icon="@drawable/ic_ring"
android:title="@string/audio_panel_view_ringer_title"
android:defaultValue="false"/>
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="audio_panel_view_notification"
android:icon="@drawable/ic_notification"
android:title="@string/audio_panel_view_notification_title"
android:defaultValue="false"/>
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="audio_panel_view_alarm"
android:icon="@drawable/ic_alarm"
android:title="@string/audio_panel_view_alarm_title"
android:defaultValue="false"/>
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="audio_panel_view_voice"
android:icon="@drawable/ic_voice"
android:title="@string/audio_panel_view_voice_title"
android:defaultValue="false"/>
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="audio_panel_view_bt_sco"
android:icon="@drawable/ic_bluetooth"
android:title="@string/audio_panel_view_bt_sco_title"
android:defaultValue="false"/>
</PreferenceScreen>