Merge "Fix NPE in tethering startup" am: 6bf0c6185d
Change-Id: Ife21cf93c62be0a7da2dee77d31a8f3c9b23b575
This commit is contained in:
@@ -77,8 +77,8 @@ public class TetheringService extends Service {
|
||||
mLog.mark("onCreate");
|
||||
mDeps = getTetheringDependencies();
|
||||
mContext = mDeps.getContext();
|
||||
mTethering = makeTethering(mDeps);
|
||||
mUserManager = (UserManager) mContext.getSystemService(Context.USER_SERVICE);
|
||||
mTethering = makeTethering(mDeps);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user