mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 08:56:55 +00:00
Removing static listeners from PackageInstallerCompat
Bug: 141376165 Change-Id: I2b49d53a05a04c622ed5a7b723109a6cc230d230
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user