Removing static listeners from PackageInstallerCompat

Bug: 141376165
Change-Id: I2b49d53a05a04c622ed5a7b723109a6cc230d230
This commit is contained in:
Sunny Goyal
2019-09-20 12:51:37 -07:00
parent 67138875fa
commit 045b4fab76
22 changed files with 520 additions and 543 deletions

View File

@@ -16,6 +16,8 @@
package com.android.launcher3;
import static com.android.launcher3.pm.PackageInstallerCompat.getUserHandle;
import android.annotation.TargetApi;
import android.content.BroadcastReceiver;
import android.content.ComponentName;
@@ -38,13 +40,11 @@ import android.text.TextUtils;
import android.util.Log;
import com.android.launcher3.compat.LauncherAppsCompat;
import com.android.launcher3.pm.PackageInstallerCompat;
import com.android.launcher3.util.Executors;
import com.android.launcher3.compat.PackageInstallerCompat;
import java.util.List;
import static com.android.launcher3.compat.PackageInstallerCompat.getUserHandle;
/**
* BroadcastReceiver to handle session commit intent.
*/