Merge "Use app context to avoid memory leaks"
This commit is contained in:
committed by
Android (Google) Code Review
commit
08c75e4c49
@@ -726,7 +726,7 @@ public class UserManager {
|
||||
/** @hide */
|
||||
public UserManager(Context context, IUserManager service) {
|
||||
mService = service;
|
||||
mContext = context;
|
||||
mContext = context.getApplicationContext();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user