Merge "Updating strings for unknown sources settings"

This commit is contained in:
TreeHugger Robot
2017-03-21 04:28:16 +00:00
committed by Android (Google) Code Review
2 changed files with 22 additions and 19 deletions

View File

@@ -43,12 +43,10 @@ public class AppStateInstallAppsBridge extends AppStateBaseBridge {
private final IPackageManager mIpm;
private final AppOpsManager mAppOpsManager;
private final Context mContext;
public AppStateInstallAppsBridge(Context context, ApplicationsState appState,
Callback callback) {
super(appState, callback);
mContext = context;
mIpm = AppGlobals.getPackageManager();
mAppOpsManager = (AppOpsManager) context.getSystemService(Context.APP_OPS_SERVICE);
}