Merge "Add app label to AOSP sound picker." into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
4e2cf864cd
@@ -11,6 +11,7 @@
|
|||||||
|
|
||||||
<application
|
<application
|
||||||
android:allowBackup="false"
|
android:allowBackup="false"
|
||||||
|
android:label="@string/app_label"
|
||||||
android:supportsRtl="true">
|
android:supportsRtl="true">
|
||||||
<receiver android:name="RingtoneReceiver">
|
<receiver android:name="RingtoneReceiver">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
|
|||||||
@@ -37,4 +37,7 @@
|
|||||||
<string name="unable_to_add_ringtone">Unable to add custom ringtone</string>
|
<string name="unable_to_add_ringtone">Unable to add custom ringtone</string>
|
||||||
<!-- Text for the Toast displayed when deleting a custom ringtone fails. -->
|
<!-- Text for the Toast displayed when deleting a custom ringtone fails. -->
|
||||||
<string name="unable_to_delete_ringtone">Unable to delete custom ringtone</string>
|
<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>
|
</resources>
|
||||||
|
|||||||
Reference in New Issue
Block a user