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

Commit 5de53917 authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN Committed by android-build-merger
Browse files

Merge "Add UserHandle.getAppId to SystemApi" am: b334bbef am: dac257d2

am: ac358e29

Change-Id: I64f2353311978ac585e6a2555adedbe967e23588
parents 26a8573b ac358e29
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5367,6 +5367,7 @@ package android.os {
  }
  public final class UserHandle implements android.os.Parcelable {
    method public static int getAppId(int);
    method public int getIdentifier();
    method @Deprecated public boolean isOwner();
    method public boolean isSystem();
+1 −0
Original line number Diff line number Diff line
@@ -226,6 +226,7 @@ public final class UserHandle implements Parcelable {
     * @hide
     */
    @TestApi
    @SystemApi
    public static @AppIdInt int getAppId(int uid) {
        return uid % PER_USER_RANGE;
    }