mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 19:38:21 +00:00
Install long-click action for apps that are not installed.
Bug: 65059282 Change-Id: Ifec3ac15c9cf52c456e695846eb91024b07fe333
This commit is contained in:
@@ -19,6 +19,7 @@ package com.android.launcher3.util;
|
||||
import android.content.Context;
|
||||
import android.content.pm.ApplicationInfo;
|
||||
|
||||
import com.android.launcher3.AppInfo;
|
||||
import com.android.launcher3.R;
|
||||
import com.android.launcher3.Utilities;
|
||||
|
||||
@@ -39,6 +40,10 @@ public class InstantAppResolver {
|
||||
return false;
|
||||
}
|
||||
|
||||
public boolean isInstantApp(AppInfo info) {
|
||||
return false;
|
||||
}
|
||||
|
||||
public List<ApplicationInfo> getInstantApps() {
|
||||
return Collections.emptyList();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user