Merge "RESTRICT AUTOMERGE Remove line of code that was mistakently left in." into rvc-qpr-dev

This commit is contained in:
Dave Mankoff
2021-11-17 17:52:23 +00:00
committed by Android (Google) Code Review

View File

@@ -201,7 +201,6 @@ public class PluginManagerImpl extends BroadcastReceiver implements PluginManage
filter.addAction(DISABLE_PLUGIN);
filter.addDataScheme("package");
mContext.registerReceiver(this, filter, PluginInstanceManager.PLUGIN_PERMISSION, null);
mContext.registerReceiver(this, filter);
filter = new IntentFilter(Intent.ACTION_USER_UNLOCKED);
mContext.registerReceiver(this, filter);
}