Removing unused instant apps methods

Change-Id: I82bf86a8604cdb64853e7d0d6f4cbca275f5fa7a
This commit is contained in:
Sunny Goyal
2019-03-27 15:38:41 -07:00
parent d8b9264a1a
commit ee89e5da7d
2 changed files with 1 additions and 33 deletions

View File

@@ -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();
}
}