OSDN Git Service

Part of Bug 5252423: Crash in summary text when time out is 0
authorGilles Debunne <debunne@google.com>
Fri, 2 Sep 2011 22:47:24 +0000 (15:47 -0700)
committerGilles Debunne <debunne@google.com>
Fri, 2 Sep 2011 22:47:26 +0000 (15:47 -0700)
commit698c24fcf0577888116e60c52892318feadc836a
tree3302f0000586ce8d31da9b9382faffad5da681ff
parent4e658ba969830e8c9617dc8938271df1ed09aa44
Part of Bug 5252423: Crash in summary text when time out is 0

Negative value will show no summary.

Zero is no longer a special case. It will display the first summary, like any
value below it.

Change-Id: I88d49cac844fb2dc347bef94ac033df9255d748f
src/com/android/settings/DisplaySettings.java