mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-06 02:46:57 +00:00
Removing unused instant apps methods
Change-Id: I82bf86a8604cdb64853e7d0d6f4cbca275f5fa7a
This commit is contained in:
@@ -24,9 +24,6 @@ import android.util.Log;
|
||||
import com.android.launcher3.AppInfo;
|
||||
import com.android.launcher3.R;
|
||||
|
||||
import java.util.Collections;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* A wrapper class to access instant app related APIs.
|
||||
*/
|
||||
@@ -55,8 +52,4 @@ public class InstantAppResolver implements ResourceBasedOverride {
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
public List<ApplicationInfo> getInstantApps() {
|
||||
return Collections.emptyList();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user