diff options
| author | Hui Wang <huiwang@google.com> | 2020-10-31 05:09:59 +0000 |
|---|---|---|
| committer | Hui Wang <huiwang@google.com> | 2020-12-17 17:13:24 +0000 |
| commit | e92ddfef4ff3aee092f09682704fc716fef44432 (patch) | |
| tree | 7ff26ad75fafaac9c206598bc3f99cd849141627 /core/java/android | |
| parent | 777f0ea905ff50208bc98f8378f83fa87ab94546 (diff) | |
RCS Provisioning APIs for Single Registration
Bug: 154864150
Test: atest FrameworksTelephonyTests:com.telephony.ims.RcsConfigTest
Test: atest TeleServiceTests:com.android.phone.RcsProvisioningMonitorTest
Test: atest CtsTelephonyTestCases:android.telephony.ims.cts.ImsServiceTest
Merged-In: Ie9445dd450d175e0dc94b63b487dda5cde729123
Change-Id: Ie9445dd450d175e0dc94b63b487dda5cde729123
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/provider/Telephony.java | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/java/android/provider/Telephony.java b/core/java/android/provider/Telephony.java index 6054de8daf42..2ab4b9e8f875 100644 --- a/core/java/android/provider/Telephony.java +++ b/core/java/android/provider/Telephony.java @@ -5270,5 +5270,13 @@ public final class Telephony { * @hide */ public static final String COLUMN_ALLOWED_NETWORK_TYPES = "allowed_network_types"; + + /** + * TelephonyProvider column name for RCS configuration. + * <p>TYPE: BLOB + * + * @hide + */ + public static final String COLUMN_RCS_CONFIG = "rcs_config"; } } |
