Loading core/java/android/os/UserManager.java +2 −1 Original line number Diff line number Diff line Loading @@ -1971,7 +1971,8 @@ public class UserManager { /** @hide */ public UserManager(Context context, IUserManager service) { mService = service; mContext = context.getApplicationContext(); Context appContext = context.getApplicationContext(); mContext = (appContext == null ? context : appContext); mUserId = context.getUserId(); } Loading Loading
core/java/android/os/UserManager.java +2 −1 Original line number Diff line number Diff line Loading @@ -1971,7 +1971,8 @@ public class UserManager { /** @hide */ public UserManager(Context context, IUserManager service) { mService = service; mContext = context.getApplicationContext(); Context appContext = context.getApplicationContext(); mContext = (appContext == null ? context : appContext); mUserId = context.getUserId(); } Loading