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

Commit d00f9f02 authored by Paul Hu's avatar Paul Hu Committed by Gerrit Code Review
Browse files

Merge "Remove unused ACTION_PACKAGE_ADDED intent."

parents fc1a08a9 6768421f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1126,7 +1126,6 @@ public class ConnectivityService extends IConnectivityManager.Stub

        // Listen to package add and removal events for all users.
        intentFilter = new IntentFilter();
        intentFilter.addAction(Intent.ACTION_PACKAGE_ADDED);
        intentFilter.addAction(Intent.ACTION_PACKAGE_REPLACED);
        intentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED);
        intentFilter.addDataScheme("package");