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 アプリを作成することは可能ですか?
もちろん可能です。をご覧くださいIntent。でアクティビティを閉じることができますfinish()。
Intent
finish()
最初に問題をグーグルで検索する必要があります。
Android で別のアプリケーションからアプリケーションを起動する
自分の (インテント) から別のアプリケーションを開く