commit | 2164608b1a35e1862d1fb8090183fffe9bd82f69 | [log] [tgz] |
---|---|---|
author | Joachim Sauer <jsauer@google.com> | Thu Jun 01 11:17:58 2017 +0100 |
committer | Joachim Sauer <jsauer@google.com> | Mon Aug 07 13:19:15 2017 +0100 |
tree | d4a882e3e109072a117cc63c970548d4a9c98f97 | |
parent | 299613771c08924b8b3cfa9770f2c9ac8db0b8af [diff] |
Allow null value for TIME_12_24 setting. The TIME_12_24 setting internally has 3 possible values: "12" to force a 12 hour clock, "24" to force a 24 hour clock and null to use the current locales default (which also happens to be the default value). The change makes it possible to explicitly set null. Without this it's impossible to "undo" setting it to one of the two explicit values. Bug: 32761619 Test: bit CtsProviderTestCases Change-Id: Ib7e040176860b8db83702ebec88cdf2d347680b3