diff options
author | Brian Attwell <brianattwell@google.com> | 2015-03-04 21:05:27 -0800 |
---|---|---|
committer | Brian Attwell <brianattwell@google.com> | 2015-03-05 05:54:04 +0000 |
commit | 643db51d4ec17575e6b830ae064be66f59450fae (patch) | |
tree | bce4714d3449222ac99c8585134fad1314c559ac /api | |
parent | 3062e57072145ba5e71ba8b2cf565d3453db04a7 (diff) | |
download | frameworks_base-643db51d4ec17575e6b830ae064be66f59450fae.zip frameworks_base-643db51d4ec17575e6b830ae064be66f59450fae.tar.gz frameworks_base-643db51d4ec17575e6b830ae064be66f59450fae.tar.bz2 |
Prioritize regular names over phonetic names. P1
Bug: 19587274
Change-Id: I503c0fff6da30b9f1d6b6cbeaedfc4d9314f8a00
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 1 | ||||
-rw-r--r-- | api/system-current.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index a9cd058..d691004 100644 --- a/api/current.txt +++ b/api/current.txt @@ -24897,6 +24897,7 @@ package android.provider { field public static final int ORGANIZATION = 30; // 0x1e field public static final int PHONE = 20; // 0x14 field public static final int STRUCTURED_NAME = 40; // 0x28 + field public static final int STRUCTURED_PHONETIC_NAME = 37; // 0x25 field public static final int UNDEFINED = 0; // 0x0 } diff --git a/api/system-current.txt b/api/system-current.txt index 52586ed..56c3f87 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -26496,6 +26496,7 @@ package android.provider { field public static final int ORGANIZATION = 30; // 0x1e field public static final int PHONE = 20; // 0x14 field public static final int STRUCTURED_NAME = 40; // 0x28 + field public static final int STRUCTURED_PHONETIC_NAME = 37; // 0x25 field public static final int UNDEFINED = 0; // 0x0 } |