cmd
The ADB command string to invoke Google Assistant is:
adb shell am start -a com.google.android.googlequicksearchbox.action.ASSIST
You can run this in C# by passing it as the argument string to adb
.
The ADB command string to invoke Google Assistant is:
adb shell am start -a com.google.android.googlequicksearchbox.action.ASSIST
You can run this in C# by passing it as the argument string to adb
.
Comments
Post a Comment