Merge "Remove unused ACTION_PACKAGE_ADDED intent." am: eba570a209 am: cc74ac7b8e
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1450335 Change-Id: I3330b90cc1bb56b4c0964f47826d607c2f1e907c
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user