Rename PROPERTY_WORK_CALL to PROPERTY_ENTERPRISE_CALL based on API review
am: 53b5df43b4
* commit '53b5df43b49b191e442c4d2c7b9a9cba3ebdcf92':
Rename PROPERTY_WORK_CALL to PROPERTY_ENTERPRISE_CALL based on API review
Change-Id: I24a866a5947a20127f3b79e2e75ba0cf534b450c
This commit is contained in:
@ -286,10 +286,15 @@ public final class Call {
|
||||
public static final int PROPERTY_HIGH_DEF_AUDIO = 0x00000010;
|
||||
|
||||
/**
|
||||
* Whether the call is associated with the work profile.
|
||||
* @deprecated Use {@link #PROPERTY_ENTERPRISE_CALL} instead.
|
||||
*/
|
||||
public static final int PROPERTY_WORK_CALL = 0x00000020;
|
||||
|
||||
/**
|
||||
* Whether the call is associated with the work profile.
|
||||
*/
|
||||
public static final int PROPERTY_ENTERPRISE_CALL = 0x00000020;
|
||||
|
||||
/**
|
||||
* When set, indicates that this {@code Call} does not actually exist locally for the
|
||||
* {@link ConnectionService}.
|
||||
|
Reference in New Issue
Block a user