Hide CALL_SOURCE constants in TelecomManager
Fixes: 151184696 Test: build Change-Id: Ie1886d7cd1bac22da41c942b6507b24bc4238c10
This commit is contained in:
@@ -10730,9 +10730,6 @@ package android.telecom {
|
||||
method @RequiresPermission(android.Manifest.permission.MODIFY_PHONE_STATE) public boolean isInEmergencyCall();
|
||||
method @RequiresPermission(anyOf={android.Manifest.permission.READ_PRIVILEGED_PHONE_STATE, android.Manifest.permission.READ_PHONE_STATE}) public boolean isRinging();
|
||||
method @RequiresPermission(android.Manifest.permission.MODIFY_PHONE_STATE) public void setUserSelectedOutgoingPhoneAccount(@Nullable android.telecom.PhoneAccountHandle);
|
||||
field public static final int CALL_SOURCE_EMERGENCY_DIALPAD = 1; // 0x1
|
||||
field public static final int CALL_SOURCE_EMERGENCY_SHORTCUT = 2; // 0x2
|
||||
field public static final int CALL_SOURCE_UNSPECIFIED = 0; // 0x0
|
||||
field public static final String EXTRA_CALL_BACK_INTENT = "android.telecom.extra.CALL_BACK_INTENT";
|
||||
field public static final String EXTRA_CLEAR_MISSED_CALLS_INTENT = "android.telecom.extra.CLEAR_MISSED_CALLS_INTENT";
|
||||
field public static final String EXTRA_CONNECTION_SERVICE = "android.telecom.extra.CONNECTION_SERVICE";
|
||||
|
||||
@@ -848,7 +848,6 @@ public class TelecomManager {
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
@SystemApi
|
||||
public static final int CALL_SOURCE_EMERGENCY_SHORTCUT = 2;
|
||||
|
||||
/**
|
||||
@@ -856,7 +855,6 @@ public class TelecomManager {
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
@SystemApi
|
||||
public static final int CALL_SOURCE_EMERGENCY_DIALPAD = 1;
|
||||
|
||||
/**
|
||||
@@ -864,7 +862,6 @@ public class TelecomManager {
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
@SystemApi
|
||||
public static final int CALL_SOURCE_UNSPECIFIED = 0;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user