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:
@@ -201,7 +201,6 @@ public class PluginManagerImpl extends BroadcastReceiver implements PluginManage
|
|||||||
filter.addAction(DISABLE_PLUGIN);
|
filter.addAction(DISABLE_PLUGIN);
|
||||||
filter.addDataScheme("package");
|
filter.addDataScheme("package");
|
||||||
mContext.registerReceiver(this, filter, PluginInstanceManager.PLUGIN_PERMISSION, null);
|
mContext.registerReceiver(this, filter, PluginInstanceManager.PLUGIN_PERMISSION, null);
|
||||||
mContext.registerReceiver(this, filter);
|
|
||||||
filter = new IntentFilter(Intent.ACTION_USER_UNLOCKED);
|
filter = new IntentFilter(Intent.ACTION_USER_UNLOCKED);
|
||||||
mContext.registerReceiver(this, filter);
|
mContext.registerReceiver(this, filter);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user