mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-18 10:18:20 +00:00
Starting market search whenever the search key is pressed
Bug: 27365428 Change-Id: I508cb35cd1aaab1eac6cf60014fa6f80592365ef
This commit is contained in:
@@ -566,7 +566,7 @@ public class AllAppsGridAdapter extends RecyclerView.Adapter<AllAppsGridAdapter.
|
||||
/**
|
||||
* Creates a new market search intent.
|
||||
*/
|
||||
private Intent createMarketSearchIntent(String query) {
|
||||
public static Intent createMarketSearchIntent(String query) {
|
||||
Uri marketSearchUri = Uri.parse("market://search")
|
||||
.buildUpon()
|
||||
.appendQueryParameter("q", query)
|
||||
|
||||
Reference in New Issue
Block a user