Merge "Use a new string for category headers" into sc-dev

This commit is contained in:
Julia Reynolds
2021-04-21 16:10:22 +00:00
committed by Android (Google) Code Review
2 changed files with 6 additions and 2 deletions

View File

@@ -25,9 +25,9 @@
<PreferenceCategory
android:key="allowed"
android:title="@string/app_permission_summary_allowed"/>
android:title="@string/notification_listener_allowed"/>
<PreferenceCategory
android:key="not_allowed"
android:title="@string/app_permission_summary_not_allowed"/>
android:title="@string/notification_listener_not_allowed"/>
</PreferenceScreen>