Merge "Make sure tuner has metrics coverage for new stuff" into nyc-dev
This commit is contained in:
@@ -109,14 +109,20 @@
|
||||
android:key="volume_and_do_not_disturb"
|
||||
android:title="@string/volume_and_do_not_disturb">
|
||||
|
||||
<!-- Action for this is
|
||||
MetricsConstants.ACTION_TUNER_DO_NOT_DISTURB_VOLUME_PANEL -->
|
||||
<com.android.systemui.tuner.TunerSwitch
|
||||
android:key="sysui_show_full_zen"
|
||||
android:title="@string/tuner_full_zen_title" />
|
||||
android:title="@string/tuner_full_zen_title"
|
||||
sysui:metricsAction="314" />
|
||||
|
||||
<!-- Action for this is
|
||||
MetricsConstants.ACTION_TUNER_DO_NOT_DISTURB_VOLUME_SHORTCUT -->
|
||||
<com.android.systemui.tuner.TunerSwitch
|
||||
android:key="sysui_volume_down_silent,sysui_volume_up_silent"
|
||||
android:title="@string/volume_dnd_silent"
|
||||
sysui:defValue="true" />
|
||||
sysui:defValue="true"
|
||||
sysui:metricsAction="315" />
|
||||
|
||||
</PreferenceScreen>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user