Fix issue where TalkBack would announce Apps instead of Widgets (issue 11012666)
Change-Id: Ia25c370d706055bee4a5766cfdea20b637e936b4
This commit is contained in:
@@ -3462,7 +3462,7 @@ public class Launcher extends Activity
|
||||
text.clear();
|
||||
// Populate event with a fake title based on the current state.
|
||||
if (mState == State.APPS_CUSTOMIZE) {
|
||||
text.add(getString(R.string.all_apps_button_label));
|
||||
text.add(mAppsCustomizeTabHost.getCurrentTabView().getContentDescription());
|
||||
} else {
|
||||
text.add(getString(R.string.all_apps_home_button_label));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user