Slices: Don't use public namespace for internal intent
Test: manual Change-Id: I21bc0a367456b58de195d71fc29cca0dbbca6927 Fixes: 78214697
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user