Announce content desc of workspace immediately after unlocking the lock screen.

b/22051420

Change-Id: I41ab93782383c04e0074d87632ebe8d884a8e208
This commit is contained in:
Hyunyoung Song 2015-06-25 21:06:07 -07:00
parent b713ad4adb
commit 166e6488e6
1 changed files with 2 additions and 0 deletions

View File

@ -3519,6 +3519,8 @@ public class Launcher extends Activity
text.add(getString(R.string.all_apps_button_label));
} else if (mState == State.WIDGETS) {
text.add(getString(R.string.widget_button_text));
} else if (mWorkspace != null) {
text.add(mWorkspace.getCurrentPageDescription());
} else {
text.add(getString(R.string.all_apps_home_button_label));
}