Merge "Slices: Don't use public namespace for internal intent" into pi-dev

This commit is contained in:
TreeHugger Robot
2018-04-18 16:34:06 +00:00
committed by Android (Google) Code Review
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>