You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Niagara Launcher has a feature that allows searching via an app store for a phrase. Shown here:
Currently, when a third-party launcher (like Niagara Launcher or Kvaesitso) triggers an app store search using the standard Android market URI intent, Aurora Store intercepts the intent but fails to execute the search. Instead of routing the user to the search results for the provided query, it simply drops the user on the start screen.
I'm at least pretty sure that the launcher broadcast an Intent.ACTION_VIEW with the URI market://search?q=.
My idea for a new feature in Aurora Store would be to handle this routing by parsing the q query parameter from the market://search URI and automatically route the user to the internal search view, prepopulated with the query.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Niagara Launcher has a feature that allows searching via an app store for a phrase. Shown here:

Currently, when a third-party launcher (like Niagara Launcher or Kvaesitso) triggers an app store search using the standard Android market URI intent, Aurora Store intercepts the intent but fails to execute the search. Instead of routing the user to the search results for the provided query, it simply drops the user on the start screen.
I'm at least pretty sure that the launcher broadcast an Intent.ACTION_VIEW with the URI market://search?q=.
My idea for a new feature in Aurora Store would be to handle this routing by parsing the q query parameter from the market://search URI and automatically route the user to the internal search view, prepopulated with the query.
Beta Was this translation helpful? Give feedback.
All reactions