OSDN Git Service

AlertActivity now behaves as a dialog for accessibility purposes.
authorSvetoslav <svetoslavganov@google.com>
Fri, 16 Jan 2015 23:42:58 +0000 (15:42 -0800)
committerSvetoslav Ganov <svetoslavganov@google.com>
Wed, 21 Jan 2015 18:28:03 +0000 (18:28 +0000)
commit76ff4dd0de8d9747b9341f064dd270c5762705c6
treebee45cc33f2a6ec6534d4f81e47479589611fb3f
parent06ab0ca4812450ec297722957e18b34cbfa733b2
AlertActivity now behaves as a dialog for accessibility purposes.

AlertActivity is intended to look like a dialog but for accessibility
purposes it was populated as an activity. As a result the content of
the "dialog" was not properly announced to the user.

bug:18865632

Change-Id: I27166fc74678981f4f3ad71d6d25727b5110340c
core/java/com/android/internal/app/AlertActivity.java