Skip to content

Commit 009ea5a

Browse files
Dianne HackbornAndroid (Google) Code Review
authored andcommitted
Merge "USER_CURRENT_OR_SELF had the same int as USER_CURRENT!" into jb-mr1-dev
2 parents 4573e29 + 8a9f5d4 commit 009ea5a

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)