diff options
| author | 2018-06-08 16:55:25 -0700 | |
|---|---|---|
| committer | 2018-10-20 22:22:18 -0700 | |
| commit | e9c6da7b12d93218ba1f99d37087dffb58365dcf (patch) | |
| tree | 8a6901405d8ae221a87a6293fa5ec9a002a868af | |
| parent | 2810d0ae3ec15cc772d02eb55edc50068a22a56b (diff) | |
support privilege access rule for carrier identification
Bug: 69807697
Bug: 72665237
Test: Manual
Change-Id: I5e00302684b2be93ee956d43b04ca9a12d043158
Merged-in: I5e00302684b2be93ee956d43b04ca9a12d043158
| -rw-r--r-- | telephony/java/android/provider/Telephony.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/telephony/java/android/provider/Telephony.java b/telephony/java/android/provider/Telephony.java index d48f21b6dfcd..a241765976a7 100644 --- a/telephony/java/android/provider/Telephony.java +++ b/telephony/java/android/provider/Telephony.java @@ -3502,6 +3502,12 @@ public final class Telephony { public static final String ICCID_PREFIX = "iccid_prefix"; /** + * Certificate for carrier privilege access rules. + * <P>Type: TEXT in hex string </P> + */ + public static final String PRIVILEGE_ACCESS_RULE = "privilege_access_rule"; + + /** * The {@code content://} URI for this table. */ public static final Uri CONTENT_URI = Uri.parse("content://carrier_id/all"); |