RESTRICT AUTOMERGE Remove line of code that was mistakently left in. am: d7097b817b
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16264332 Change-Id: I8a869e7e01eeb501bff3d270a85d90612f0bb53d
This commit is contained in:
@@ -196,7 +196,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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user