diff options
author | Tyler Gunn <tgunn@google.com> | 2015-07-27 16:06:16 -0700 |
---|---|---|
committer | Tyler Gunn <tgunn@google.com> | 2015-07-27 16:06:16 -0700 |
commit | 65a3d3430aa0b32ec44092becc18cb68feea6b61 (patch) | |
tree | 263e77433b94151a7826cdbe10303345b2e801d8 /api | |
parent | 4629f1c58c00480b0dbd5a541a26b703b0770bf4 (diff) | |
download | frameworks_base-65a3d3430aa0b32ec44092becc18cb68feea6b61.zip frameworks_base-65a3d3430aa0b32ec44092becc18cb68feea6b61.tar.gz frameworks_base-65a3d3430aa0b32ec44092becc18cb68feea6b61.tar.bz2 |
Add "Call subject" capability to phone accounts.
Indicates whether the phone account supports displaying a subject line
for incoming calls and sending a subject line for outgoing calls.
Supports the IMS Instant Lettering feature.
Bug: 22769741
Change-Id: I6d803dc288bfd6d4e356310a8d10d5468c5d4186
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 7c5115f..406a619 100644 --- a/api/current.txt +++ b/api/current.txt @@ -30283,6 +30283,7 @@ package android.telecom { method public android.telecom.PhoneAccount.Builder toBuilder(); method public void writeToParcel(android.os.Parcel, int); field public static final int CAPABILITY_CALL_PROVIDER = 2; // 0x2 + field public static final int CAPABILITY_CALL_SUBJECT = 64; // 0x40 field public static final int CAPABILITY_CONNECTION_MANAGER = 1; // 0x1 field public static final int CAPABILITY_PLACE_EMERGENCY_CALLS = 16; // 0x10 field public static final int CAPABILITY_SIM_SUBSCRIPTION = 4; // 0x4 diff --git a/api/system-current.txt b/api/system-current.txt index a08a011..978a517 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -32491,6 +32491,7 @@ package android.telecom { method public android.telecom.PhoneAccount.Builder toBuilder(); method public void writeToParcel(android.os.Parcel, int); field public static final int CAPABILITY_CALL_PROVIDER = 2; // 0x2 + field public static final int CAPABILITY_CALL_SUBJECT = 64; // 0x40 field public static final int CAPABILITY_CONNECTION_MANAGER = 1; // 0x1 field public static final int CAPABILITY_MULTI_USER = 32; // 0x20 field public static final int CAPABILITY_PLACE_EMERGENCY_CALLS = 16; // 0x10 |