I am trying to search for an place in the sygic app using
String str = "com.sygic.aura://search|Gas%Station";
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(str)));
as intended by the documentation. However the code only opens the app, and the search bar is empty. It doesn't search for anything.
What am I doing wrong? I have spent hours trying to look for and figure out a solution.