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.
ActivityGroup をホストする TabActivity があります。ActivityGroup がアクティビティを開始しました。戻るボタンを押すと、どの「onBackPressed」メソッドが呼び出されますか?
BackPressedをオーバーライドしていない場合、Back Pressを押すと、タブウィジェットの前のアクティビティに移動します。これを上書きしたい場合は、タブの下の個々のアクティビティでそれを行う必要があります。