Skip to content

Commit 8a9f5d4

Browse files
author
Dianne Hackborn
committed
USER_CURRENT_OR_SELF had the same int as USER_CURRENT!
Change-Id: I0f2b0fa4fb82d1f871450b509a7a4d13e9817320
1 parent 41bd89f commit 8a9f5d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/android/os/UserHandle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public final class UserHandle implements Parcelable {
4040
/** @hide A user id to indicate that we would like to send to the current
4141
* user, but if this is calling from a user process then we will send it
4242
* to the caller's user instead of failing wiht a security exception */
43-
public static final int USER_CURRENT_OR_SELF = -2;
43+
public static final int USER_CURRENT_OR_SELF = -3;
4444

4545
/** @hide A user handle to indicate that we would like to send to the current
4646
* user, but if this is calling from a user process then we will send it

0 commit comments

Comments
 (0)