Merge "Add sort order extra for phoneaccount"
This commit is contained in:
@@ -41,6 +41,15 @@ import java.util.List;
|
||||
*/
|
||||
public final class PhoneAccount implements Parcelable {
|
||||
|
||||
/**
|
||||
* {@link PhoneAccount} extras key (see {@link PhoneAccount#getExtras()}) which determines the
|
||||
* sort order for {@link PhoneAccount}s from the same
|
||||
* {@link android.telecom.ConnectionService}.
|
||||
* @hide
|
||||
*/
|
||||
public static final String EXTRA_SORT_ORDER =
|
||||
"android.telecom.extra.SORT_ORDER";
|
||||
|
||||
/**
|
||||
* {@link PhoneAccount} extras key (see {@link PhoneAccount#getExtras()}) which determines the
|
||||
* maximum permitted length of a call subject specified via the
|
||||
|
||||
Reference in New Issue
Block a user