Merge "Merge "Add app label to AOSP sound picker." into rvc-dev am: 4e2cf864cd am: f7556cd108 am: 6604f5a6f1" into rvc-qpr-dev-plus-aosp am: 4c1fa05bfc

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11865839

Change-Id: Ic5c180841614572b75449d138bd3e1d737e530de
This commit is contained in:
Automerger Merge Worker
2020-06-19 06:47:42 +00:00
2 changed files with 4 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
<application
android:allowBackup="false"
android:label="@string/app_label"
android:supportsRtl="true">
<receiver android:name="RingtoneReceiver"
android:exported="true">

View File

@@ -37,4 +37,7 @@
<string name="unable_to_add_ringtone">Unable to add custom ringtone</string>
<!-- Text for the Toast displayed when deleting a custom ringtone fails. -->
<string name="unable_to_delete_ringtone">Unable to delete custom ringtone</string>
<!-- Text for the name of the app. [CHAR LIMIT=12] -->
<string name="app_label">Sounds</string>
</resources>