ACTION_ASSIST intent on Marshmallow (Android 6.0)

我们两清 提交于 2019-12-08 07:36:32

问题


Is there a way to use the ACTION_ASSIST (Google now) intent on Android 6.0?

I think this might have changed with the now on tap feature - but perhaps (hopefully) there is still a way to hook into this.


回答1:


As stated by Dianne Hackborn:

ACTION_ASSIST is deprecated, though if you turn off the new assistant you can select an old ACTION_ASSIST assistant to use instead (and then also get to select an old voice recognizer).

You can choose a custom application, instead Google Now, here:

Settings -> Apps -> Default Apps -> Assist & voice input -> Assist app


来源:https://stackoverflow.com/questions/33422213/action-assist-intent-on-marshmallow-android-6-0

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!