Add app label to AOSP sound picker.

Bug: 156435592
Test: built and observed label in chooser
Change-Id: Ie0e00f03fa7cc4962fc32512f3f4ccb08b1b2d29
This commit is contained in:
Matthew Mintz
2020-06-17 18:00:27 +08:00
parent 58fd58dea7
commit 79f2d95c88
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">
<intent-filter>

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>