How to create an Android Wear app with the note-taking voice action?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I can't seem to figure out how to create an Android Wear application which would allow me to use it to take notes via built-in voice actions. I declare the intent filter as stated in Adding Voice Capabilities : However, that does nothing, and the Wear app on the phone doesn't allow me to set the application as the default note-taking app. What do I need to do to make that happen? 回答1: The trick is to include the category android.intent.category.DEFAULT , as stated in the documentation on intents . If it is missing, no implicit intents can be