commit | 3fe3680df30f433838f72685c36f2bfff00e6758 | [log] [tgz] |
---|---|---|
author | Jordan Liu <jminjie@google.com> | Mon May 21 11:10:48 2018 -0700 |
committer | Jordan Liu <jminjie@google.com> | Thu Jun 07 12:35:21 2018 -0700 |
tree | 12c14aa983a8709a2eb231cbb802bb88de7b8e73 | |
parent | 0a866b4a3691315dbbeee5a5701ba0ffd67196d8 [diff] |
Fix handling of boolean fields Boolean SQLite database fields are stored as ints, which is usually okay, but occasionally requires special handling within the provider code. This commit codifies the special handling and makes it easier to add new fields without running into issues in the future. Bug: 79997935 Test: Manually verify that Orange apns are correctly merged Change-Id: Iaa33959acf3847790e9bd14bc8a9c188c815cfa1