treehousefrog Member Licensed User Longtime User Jan 13, 2014 #1 Hey guys! A guy I'm working with has asked if it would be possible for his app to launch Google Now in response to a gesture. Does anyone know the package name of Google Now? I can't seem to find it anywhere... Or alternatively, should I be using an intent? Thanks a lot in advance :-D
Hey guys! A guy I'm working with has asked if it would be possible for his app to launch Google Now in response to a gesture. Does anyone know the package name of Google Now? I can't seem to find it anywhere... Or alternatively, should I be using an intent? Thanks a lot in advance :-D
NJDude Expert Licensed User Longtime User Jan 13, 2014 #2 Try this: B4X: Dim i As Intent i.Initialize("android.intent.action.ASSIST", "") StartActivity(i) Upvote 0
treehousefrog Member Licensed User Longtime User Jan 13, 2014 #3 Thanks so much, massive help! Upvote 0