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.
ユーザーがホーム ボタンを押してアプリをバックグラウンドに移動したときの Android の動作によると、ランチャー アイコンをタップすると、アプリはバックグラウンドに移動した場所から再開されます。アプリで別の動作が必要です。アプリがバックグラウンドにあるかどうかに関係なく、ユーザーがランチャー アイコンをタップするたびにランチャー アクティビティを再起動したいと考えています。助言がありますか?
ランチャーアクティビティでこれを設定するだけです
android:clearTaskOnLaunch="true"