Open VishnuSanal opened 2 years ago
The home shortcut we have currently opens the home screen, which is redundant since the launcher leads there too. Changing that to Search (opening MainActivity and calling requestFocus() on Search TIE) would be better. Use this as the new icon.
MainActivity
requestFocus()
TIE
I would like to work on this issue
@abhiram-anand Any updates here? :)
The home shortcut we have currently opens the home screen, which is redundant since the launcher leads there too. Changing that to Search (opening
MainActivity
and callingrequestFocus()
on SearchTIE
) would be better. Use this as the new icon.