summaryrefslogtreecommitdiffstats
path: root/src/com/android/incallui/ConferenceManagerFragment.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/incallui/ConferenceManagerFragment.java')
-rw-r--r--src/com/android/incallui/ConferenceManagerFragment.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/com/android/incallui/ConferenceManagerFragment.java b/src/com/android/incallui/ConferenceManagerFragment.java
index efdea28b..72182867 100644
--- a/src/com/android/incallui/ConferenceManagerFragment.java
+++ b/src/com/android/incallui/ConferenceManagerFragment.java
@@ -94,6 +94,9 @@ public class ConferenceManagerFragment
final CallList calls = CallList.getInstance();
getPresenter().init(getActivity(), calls);
getView().setVisibility(View.VISIBLE);
+ // Request focus on the list of participants for accessibility purposes. This ensures
+ // that once the list of participants is shown, the first participant is announced.
+ mConferenceParticipantList.requestFocus();
} else {
getView().setVisibility(View.GONE);