Slices: Don't use public namespace for internal intent

Test: manual
Change-Id: I21bc0a367456b58de195d71fc29cca0dbbca6927
Fixes: 78214697
This commit is contained in:
Jason Monk
2018-04-18 10:37:19 -04:00
parent 03ddb28cda
commit 0c179a94a9
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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>