Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は SearchManager を使用しており、アプリの起動時にのみ検索キーを提供します。ホーム画面/壁紙にテキスト ボックスを配置し、ユーザーが Enter キーを押したときにアクティビティを呼び出す方法はありますか?
ホーム画面でウィジェットを使用できます。ウィジェットには textView を含めることができ、インテントを使用して、Enter キーを押すと必要なアクティビティを起動したり、その他のイベントを開始したりできます。