RESTRICT AUTOMERGE Remove line of code that was mistakently left in. am: 1b13bc873c

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16264331

Change-Id: I670b430db5f4836b9d447882a4740d6b8496a014
This commit is contained in:
Dave Mankoff
2021-11-17 21:48:22 +00:00
committed by Automerger Merge Worker

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);
}