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.
私は音声認識アンドロイドアプリケーションを開発しました。ユーザーがそれを起動し、アプリが分析のために通話の会話を記録できるように、通話ダイヤラーにランチャー アイコンを配置したいと考えています。これを行う方法?
アイコンの配置について: Launcher/Home アプリはこれしか実行できず、プログラムからそうするように指示することはできません。
ダイヤラ アプリの代替としてのアプリの提供について: 次のことを意味するアクティビティを作成します。
<intent-filter> <action android:name="android.intent.action.DIAL" /> </intent-filter>
マニフェスト ファイルで。