Merge "Remove unused ACTION_PACKAGE_ADDED intent."

This commit is contained in:
Paul Hu
2020-10-08 02:05:17 +00:00
committed by Gerrit Code Review

View File

@@ -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");