OSDN Git Service

Do not set minimum value for mobile data limit dialog higher than the actual set...
authorShuhrat Dehkanov <uzbmaster@gmail.com>
Thu, 26 Jan 2012 14:04:02 +0000 (23:04 +0900)
committerShuhrat Dehkanov <uzbmaster@gmail.com>
Thu, 26 Jan 2012 14:04:02 +0000 (23:04 +0900)
commitf9237f6e3ca32afdb79d4bcc8f13af0cd9309e84
treed28af671681d244d514ce1e63091d5d3846135c4
parent1e78bd01ca308eec6a08ad376a889240635d6c24
Do not set minimum value for mobile data limit dialog higher than the actual set value

When mobile data limit and warning limit are set to 0, pressing mobile data limit text
(0.0 GB) pops up mobile data limit dialog with minimum value 1. But the value set is 0,
which is causing the dialog to show its maximum value 2^31-1.

Change-Id: I79ed4df5fbf095a7e60bda640ff2ca26bcbd3cc4
Signed-off-by: Shuhrat Dehkanov <uzbmaster@gmail.com>
src/com/android/settings/DataUsageSummary.java