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.
タブベースのアプリを作成しています。ユーザーがポップアップの設定ボタンをクリックすると、設定タブに移動する必要があります。次のコードはそのために使用されます。ICS では完全に機能しますが、ジンジャーブレッドでは機能しません。
mTabHost.getTabWidget().getChildAt(4).performClick();
これに対する回避策はありますか?