Merge "Add a hidden extra key for caller number verification status." into sc-dev am: 7402d904f2
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15180465 Change-Id: I2d2e7e1ec9d9793444eb4c77ab1eb261b91a54fe
This commit is contained in:
commit
8325992809
@ -670,6 +670,14 @@ public abstract class Connection extends Conferenceable {
|
||||
})
|
||||
public @interface AudioCodec {}
|
||||
|
||||
/**
|
||||
* Contains the same value as {@link #getCallerNumberVerificationStatus()}, except will be
|
||||
* present in the {@link #getExtras()} using this key.
|
||||
* @hide
|
||||
*/
|
||||
public static final String EXTRA_CALLER_NUMBER_VERIFICATION_STATUS =
|
||||
"android.telecom.extra.CALLER_NUMBER_VERIFICATION_STATUS";
|
||||
|
||||
/**
|
||||
* Connection extra key used to store the last forwarded number associated with the current
|
||||
* connection. Used to communicate to the user interface that the connection was forwarded via
|
||||
|
Loading…
x
Reference in New Issue
Block a user