Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6fe3d681 authored by Matthew Mintz's avatar Matthew Mintz Committed by Automerger Merge Worker
Browse files

Merge "Add app label to AOSP sound picker." into rvc-dev am: 4e2cf864 am:...

Merge "Add app label to AOSP sound picker." into rvc-dev am: 4e2cf864 am: f7556cd1 am: 6604f5a6

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

Change-Id: I0057a2f922923bcef71dc846e337d81a460cad0a
parents 0a61c12e 6604f5a6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@

    <application
            android:allowBackup="false"
            android:label="@string/app_label"
            android:supportsRtl="true">
        <receiver android:name="RingtoneReceiver">
            <intent-filter>
+3 −0
Original line number Diff line number Diff line
@@ -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>