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

Commit c3752e30 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Revert "Expose ACTION_USER_SWITCHED as system API"" into rvc-dev

parents 78ce4ab5 9e9f7a6e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1871,7 +1871,6 @@ package android.content {
    field public static final String ACTION_UPGRADE_SETUP = "android.intent.action.UPGRADE_SETUP";
    field public static final String ACTION_USER_ADDED = "android.intent.action.USER_ADDED";
    field public static final String ACTION_USER_REMOVED = "android.intent.action.USER_REMOVED";
    field @RequiresPermission(android.Manifest.permission.MANAGE_USERS) public static final String ACTION_USER_SWITCHED = "android.intent.action.USER_SWITCHED";
    field public static final String ACTION_VOICE_ASSIST = "android.intent.action.VOICE_ASSIST";
    field public static final String CATEGORY_LEANBACK_SETTINGS = "android.intent.category.LEANBACK_SETTINGS";
    field public static final String EXTRA_CALLING_PACKAGE = "android.intent.extra.CALLING_PACKAGE";
+1 −3
Original line number Diff line number Diff line
@@ -3675,9 +3675,7 @@ public class Intent implements Parcelable, Cloneable {
     * {@link android.Manifest.permission#MANAGE_USERS} to receive this broadcast.
     * @hide
     */
    @RequiresPermission(android.Manifest.permission.MANAGE_USERS)
    @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
    @SystemApi
    @UnsupportedAppUsage
    public static final String ACTION_USER_SWITCHED =
            "android.intent.action.USER_SWITCHED";