am d600966c: Merge "Make ACTION_CONNECTION_SERVICE_CONFIGURE public" into mnc-dev
* commit 'd600966c396ce457062795893a7972f3bf2b3617': Make ACTION_CONNECTION_SERVICE_CONFIGURE public
This commit is contained in:
@@ -30482,6 +30482,7 @@ package android.telecom {
|
|||||||
method public void unregisterPhoneAccount(android.telecom.PhoneAccountHandle);
|
method public void unregisterPhoneAccount(android.telecom.PhoneAccountHandle);
|
||||||
field public static final java.lang.String ACTION_CHANGE_DEFAULT_DIALER = "android.telecom.action.CHANGE_DEFAULT_DIALER";
|
field public static final java.lang.String ACTION_CHANGE_DEFAULT_DIALER = "android.telecom.action.CHANGE_DEFAULT_DIALER";
|
||||||
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_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_INCOMING_CALL = "android.telecom.action.INCOMING_CALL";
|
field public static final java.lang.String ACTION_INCOMING_CALL = "android.telecom.action.INCOMING_CALL";
|
||||||
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_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_CALL_SETTINGS = "android.telecom.action.SHOW_CALL_SETTINGS";
|
||||||
|
|||||||
@@ -69,9 +69,7 @@ public class TelecomManager {
|
|||||||
/**
|
/**
|
||||||
* The {@link android.content.Intent} action used to configure a
|
* The {@link android.content.Intent} action used to configure a
|
||||||
* {@link android.telecom.ConnectionService}.
|
* {@link android.telecom.ConnectionService}.
|
||||||
* @hide
|
|
||||||
*/
|
*/
|
||||||
@SystemApi
|
|
||||||
public static final String ACTION_CONNECTION_SERVICE_CONFIGURE =
|
public static final String ACTION_CONNECTION_SERVICE_CONFIGURE =
|
||||||
"android.telecom.action.CONNECTION_SERVICE_CONFIGURE";
|
"android.telecom.action.CONNECTION_SERVICE_CONFIGURE";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user