Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit a28bc8b9 authored by Kevin F. Haggerty's avatar Kevin F. Haggerty
Browse files

Merge tag 'android-security-10.0.0_r63' into staging/lineage-17.1_merge_android-security-10.0.0_r63

Android Security 10.0.0 Release 63 (8042689)

* tag 'android-security-10.0.0_r63':
  RESTRICT AUTOMERGE Remove line of code that was mistakently left in.

Change-Id: I063112273eabb4389dd952367ebf6f8e83874cd5
parents 0e3b8030 a0456b77
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);
    }