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.
デバイスで実行されている唯一のアプリであるため、私が作業している通常のアプリケーションをランチャーとして使用したいと考えています。アプリに何を追加する必要がありますか?
ありがとう、ヤニク
このインテント フィルタを使用します。
<intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.HOME"/> <category android:name="android.intent.category.DEFAULT" /> </intent-filter>