Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
oem_template/ | 03-May-2024 | - | 519 | 149 | ||
src/main/com/android/timezone/data/ | 03-May-2024 | - | 328 | 249 | ||
testing/ | 03-May-2024 | - | 414 | 240 | ||
Android.mk | D | 03-May-2024 | 1.1 KiB | 30 | 11 | |
README | D | 03-May-2024 | 449 | 10 | 7 | |
proguard.cfg | D | 03-May-2024 | 72 | 4 | 3 |
README
1This directory contains code associated with the "Time Zone Data" app, which is a mechanism 2for updating time zone rules data on device without needing a full OTA: it is delivered via 3OEM-specific signed .apk files. 4 5The code/files beneath this directory are maintained by Android developers and intended to be 6OEM-independent. 7 8See the oem_template directory for files / directory structures that OEMs are expected to copy 9elsewhere and configure. 10