Merge "RESTRICT AUTOMERGE Remove line of code that was mistakently left in." into rvc-qpr-dev
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