扩展Android的语音搜索应用程序应用程序、语音、Android

2023-09-05 10:31:47 作者:sI淰ɡцδー秒…

是否有可能延长语音搜索应用程序?我知道我可以在我自己的应用程序来启动语音识别对话框中添加一个按钮,但我在想,如果我可以扩展语音搜索应用程序,自动启动,当你长时间preSS物理搜索键。

Is it possible to extend the Voice Search app? I know I can add a button in my own app to launch the voice recognition dialog, but I was wondering if I could extend the voice search app that launches automatically when you long press the physical "search" key.

send text to [contact] [message]
listen to [artist/song/album]
call [business]
call [contact]
send email to [contact] [message]
go to [website]
note to self [note]
navigate to [location/business name]
directions to [location/business name]
map of [location]

我基本上像我自己的操作添加到上面的列表中。

I'd basically like to add my own action to the above list.

这是可能的,否则我将不得不建立自己的?

Is this possible or will I have to create my own?

推荐答案

在一句话,没有。该应用程序不会有你正在寻找的扩展点。你将不得不完全编写自己的应用程序,这是一件好事,别人做的事。

In a word, no. The app doesn't have the extension points you are looking for. You would have to write your own app entirely, which is something that others have done.