Loading api/current.txt +1 −0 Original line number Original line Diff line number Diff line Loading @@ -28503,6 +28503,7 @@ package android.telecomm { method public void registerPhoneAccount(android.telecomm.PhoneAccount); method public void registerPhoneAccount(android.telecomm.PhoneAccount); method public void showInCallScreen(boolean); method public void showInCallScreen(boolean); method public void unregisterPhoneAccount(android.telecomm.PhoneAccountHandle); method public void unregisterPhoneAccount(android.telecomm.PhoneAccountHandle); field public static final java.lang.String ACTION_CHANGE_PHONE_ACCOUNTS = "android.telecomm.intent.action.CHANGE_PHONE_ACCOUNTS"; field public static final java.lang.String ACTION_CONNECTION_SERVICE_CONFIGURE = "android.intent.action.CONNECTION_SERVICE_CONFIGURE"; field public static final java.lang.String ACTION_CONNECTION_SERVICE_CONFIGURE = "android.intent.action.CONNECTION_SERVICE_CONFIGURE"; field public static final java.lang.String ACTION_SHOW_CALL_SETTINGS = "android.telecomm.intent.action.SHOW_CALL_SETTINGS"; field public static final java.lang.String ACTION_SHOW_CALL_SETTINGS = "android.telecomm.intent.action.SHOW_CALL_SETTINGS"; field public static final char DTMF_CHARACTER_PAUSE = 44; // 0x002c ',' field public static final char DTMF_CHARACTER_PAUSE = 44; // 0x002c ',' telecomm/java/android/telecomm/TelecommManager.java +7 −0 Original line number Original line Diff line number Diff line Loading @@ -61,6 +61,13 @@ public class TelecommManager { public static final String ACTION_SHOW_CALL_SETTINGS = public static final String ACTION_SHOW_CALL_SETTINGS = "android.telecomm.intent.action.SHOW_CALL_SETTINGS"; "android.telecomm.intent.action.SHOW_CALL_SETTINGS"; /** * The {@link android.content.Intent} action used to show the settings page used to configure * {@link PhoneAccount} preferences. */ public static final String ACTION_CHANGE_PHONE_ACCOUNTS = "android.telecomm.intent.action.CHANGE_PHONE_ACCOUNTS"; /** /** * Optional extra for {@link android.content.Intent#ACTION_CALL} containing a boolean that * Optional extra for {@link android.content.Intent#ACTION_CALL} containing a boolean that * determines whether the speakerphone should be automatically turned on for an outgoing call. * determines whether the speakerphone should be automatically turned on for an outgoing call. Loading Loading
api/current.txt +1 −0 Original line number Original line Diff line number Diff line Loading @@ -28503,6 +28503,7 @@ package android.telecomm { method public void registerPhoneAccount(android.telecomm.PhoneAccount); method public void registerPhoneAccount(android.telecomm.PhoneAccount); method public void showInCallScreen(boolean); method public void showInCallScreen(boolean); method public void unregisterPhoneAccount(android.telecomm.PhoneAccountHandle); method public void unregisterPhoneAccount(android.telecomm.PhoneAccountHandle); field public static final java.lang.String ACTION_CHANGE_PHONE_ACCOUNTS = "android.telecomm.intent.action.CHANGE_PHONE_ACCOUNTS"; field public static final java.lang.String ACTION_CONNECTION_SERVICE_CONFIGURE = "android.intent.action.CONNECTION_SERVICE_CONFIGURE"; field public static final java.lang.String ACTION_CONNECTION_SERVICE_CONFIGURE = "android.intent.action.CONNECTION_SERVICE_CONFIGURE"; field public static final java.lang.String ACTION_SHOW_CALL_SETTINGS = "android.telecomm.intent.action.SHOW_CALL_SETTINGS"; field public static final java.lang.String ACTION_SHOW_CALL_SETTINGS = "android.telecomm.intent.action.SHOW_CALL_SETTINGS"; field public static final char DTMF_CHARACTER_PAUSE = 44; // 0x002c ',' field public static final char DTMF_CHARACTER_PAUSE = 44; // 0x002c ','
telecomm/java/android/telecomm/TelecommManager.java +7 −0 Original line number Original line Diff line number Diff line Loading @@ -61,6 +61,13 @@ public class TelecommManager { public static final String ACTION_SHOW_CALL_SETTINGS = public static final String ACTION_SHOW_CALL_SETTINGS = "android.telecomm.intent.action.SHOW_CALL_SETTINGS"; "android.telecomm.intent.action.SHOW_CALL_SETTINGS"; /** * The {@link android.content.Intent} action used to show the settings page used to configure * {@link PhoneAccount} preferences. */ public static final String ACTION_CHANGE_PHONE_ACCOUNTS = "android.telecomm.intent.action.CHANGE_PHONE_ACCOUNTS"; /** /** * Optional extra for {@link android.content.Intent#ACTION_CALL} containing a boolean that * Optional extra for {@link android.content.Intent#ACTION_CALL} containing a boolean that * determines whether the speakerphone should be automatically turned on for an outgoing call. * determines whether the speakerphone should be automatically turned on for an outgoing call. Loading