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

Commit 32088bd4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix the action string in the manifest"

parents 0054124f 9d021de6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4751,7 +4751,7 @@
        <receiver android:name="com.android.server.updates.ConversationActionsInstallReceiver"
                  android:permission="android.permission.UPDATE_CONFIG">
            <intent-filter>
                <action android:name="android.intent.action.ACTION_UPDATE_CONVERSATION_ACTIONS" />
                <action android:name="android.intent.action.UPDATE_CONVERSATION_ACTIONS" />
                <data android:scheme="content" android:host="*" android:mimeType="*/*" />
            </intent-filter>
        </receiver>