We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41bd89f commit 8a9f5d4Copy full SHA for 8a9f5d4
core/java/android/os/UserHandle.java
@@ -40,7 +40,7 @@ public final class UserHandle implements Parcelable {
40
/** @hide A user id to indicate that we would like to send to the current
41
* user, but if this is calling from a user process then we will send it
42
* to the caller's user instead of failing wiht a security exception */
43
- public static final int USER_CURRENT_OR_SELF = -2;
+ public static final int USER_CURRENT_OR_SELF = -3;
44
45
/** @hide A user handle to indicate that we would like to send to the current
46
0 commit comments