diff options
author | Andrew Lee <anwlee@google.com> | 2015-02-26 15:22:00 -0800 |
---|---|---|
committer | Andrew Lee <anwlee@google.com> | 2015-02-26 15:32:16 -0800 |
commit | 873cfbf1858b38a684910e183632706c8315107a (patch) | |
tree | e3ec84b1adc65b69a8f327e7b49ce009239850a8 /api | |
parent | 39df5fea2281161246cce37587d2a3c34f3dcf32 (diff) | |
download | frameworks_base-873cfbf1858b38a684910e183632706c8315107a.zip frameworks_base-873cfbf1858b38a684910e183632706c8315107a.tar.gz frameworks_base-873cfbf1858b38a684910e183632706c8315107a.tar.bz2 |
Add intent for call accessibility settings.
Preparatory work for adding a new Accessibility settigns activity
in Telephony, which we will need an intent to be able to launch.
Bug: 19372734
Change-Id: Ibf72ffe21da3ba2819eb165dda9bde30204bab68
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 16dfcf7..5e9520d 100644 --- a/api/current.txt +++ b/api/current.txt @@ -28753,6 +28753,7 @@ package android.telecom { method public boolean handleMmi(java.lang.String); method public boolean isInCall(); method public void showInCallScreen(boolean); + field public static final java.lang.String ACTION_SHOW_CALL_ACCESSIBILITY_SETTINGS = "android.telecom.action.SHOW_CALL_ACCESSIBILITY_SETTINGS"; field public static final java.lang.String ACTION_SHOW_CALL_SETTINGS = "android.telecom.action.SHOW_CALL_SETTINGS"; field public static final java.lang.String ACTION_SHOW_RESPOND_VIA_SMS_SETTINGS = "android.telecom.action.SHOW_RESPOND_VIA_SMS_SETTINGS"; field public static final char DTMF_CHARACTER_PAUSE = 44; // 0x002c ',' diff --git a/api/system-current.txt b/api/system-current.txt index 1e9d64a..c8a3c0f 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -30873,6 +30873,7 @@ package android.telecom { method public void unregisterPhoneAccount(android.telecom.PhoneAccountHandle); field public static final java.lang.String ACTION_CHANGE_PHONE_ACCOUNTS = "android.telecom.action.CHANGE_PHONE_ACCOUNTS"; field public static final java.lang.String ACTION_CONNECTION_SERVICE_CONFIGURE = "android.telecom.action.CONNECTION_SERVICE_CONFIGURE"; + field public static final java.lang.String ACTION_SHOW_CALL_ACCESSIBILITY_SETTINGS = "android.telecom.action.SHOW_CALL_ACCESSIBILITY_SETTINGS"; field public static final java.lang.String ACTION_SHOW_CALL_SETTINGS = "android.telecom.action.SHOW_CALL_SETTINGS"; field public static final java.lang.String ACTION_SHOW_RESPOND_VIA_SMS_SETTINGS = "android.telecom.action.SHOW_RESPOND_VIA_SMS_SETTINGS"; field public static final char DTMF_CHARACTER_PAUSE = 44; // 0x002c ',' |