Merge "Use app context to avoid memory leaks"

This commit is contained in:
Fyodor Kupolov
2016-10-27 18:21:47 +00:00
committed by Android (Google) Code Review

View File

@@ -726,7 +726,7 @@ public class UserManager {
/** @hide */
public UserManager(Context context, IUserManager service) {
mService = service;
mContext = context;
mContext = context.getApplicationContext();
}
/**