我对VoiceInteractionService有很多疑问。
https://developer.android.com/reference/android/service/voice/VoiceInteractionService
对我来说似乎很清楚,这是Google助手挂钩到操作系统以实际用作默认助手的机制。但是,仍有很多地方需要更多解释。
在VoiceInteractionSession中:
VoiceInteractionService:
一般问题:
答案 0 :(得分:0)
对于VoiceInteractionSession
中的UI,应该将您的布局膨胀(与getLayoutInflater().inflate(layout)
中的onCreateContentView()
一起,通过id查找视图并返回视图。
如果您需要设置主题,则应使用setTheme(theme)
进行设置,并在调用onCreate()