Merge "Slices: Don't use public namespace for internal intent" into pi-dev
am: 84208c724e
Change-Id: I95ea37a760470dcfdfb4ac9c1ab5c99c2fc72a5d
This commit is contained in:
@@ -66,7 +66,7 @@ public class SliceManager {
|
|||||||
* @hide
|
* @hide
|
||||||
*/
|
*/
|
||||||
public static final String ACTION_REQUEST_SLICE_PERMISSION =
|
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.
|
* Category used to resolve intents that can be rendered as slices.
|
||||||
|
|||||||
@@ -455,7 +455,7 @@
|
|||||||
android:finishOnCloseSystemDialogs="true"
|
android:finishOnCloseSystemDialogs="true"
|
||||||
android:excludeFromRecents="true">
|
android:excludeFromRecents="true">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.REQUEST_SLICE_PERMISSION" />
|
<action android:name="com.android.intent.action.REQUEST_SLICE_PERMISSION" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user