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

Commit 0c179a94 authored by Jason Monk's avatar Jason Monk
Browse files

Slices: Don't use public namespace for internal intent

Test: manual
Change-Id: I21bc0a367456b58de195d71fc29cca0dbbca6927
Fixes: 78214697
parent 03ddb28c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ public class SliceManager {
     * @hide
     */
    public static final String ACTION_REQUEST_SLICE_PERMISSION =
            "android.intent.action.REQUEST_SLICE_PERMISSION";
            "com.android.intent.action.REQUEST_SLICE_PERMISSION";

    /**
     * Category used to resolve intents that can be rendered as slices.
+1 −1
Original line number Diff line number Diff line
@@ -455,7 +455,7 @@
            android:finishOnCloseSystemDialogs="true"
            android:excludeFromRecents="true">
            <intent-filter>
                <action android:name="android.intent.action.REQUEST_SLICE_PERMISSION" />
                <action android:name="com.android.intent.action.REQUEST_SLICE_PERMISSION" />
            </intent-filter>
        </activity>