Skip to content

Commit

Permalink
SettingsGoogle: Sync preferences
Browse files Browse the repository at this point in the history
Change-Id: I002f1dfbaf421f2314c174eb313390dfe44cf779
  • Loading branch information
basamaryan committed Jul 11, 2023
1 parent caf1426 commit df99cc9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion SettingsGoogle/res/xml/sound_settings.xml
Expand Up @@ -71,13 +71,20 @@
android:title="@string/alarm_volume_option_title"
settings:controller="com.android.settings.notification.AlarmVolumePreferenceController" />

<!-- Separate ring & notification toggle -->
<SwitchPreference
android:key="volume_separate_notification"
android:title="@string/volume_separate_notification_title"
android:summary="@string/volume_separate_notification_summary"
android:order="-137"/>

<!-- Per-app volume -->
<com.android.settings.custom.preference.SystemSettingSwitchPreference
android:key="show_app_volume"
android:title="@string/app_volume_title"
android:summary="@string/app_volume_summary"
android:defaultValue="false"
android:order="-5"/>
android:order="-15"/>

<com.android.settingslib.RestrictedPreference
android:fragment="com.android.settings.notification.zen.ZenModeSettings"
Expand Down

0 comments on commit df99cc9

Please sign in to comment.