Add sort order extra for phoneaccount
Add sort order extra for phoneaccount which will be used while sorting phone accounts in Telecomm Test: Manual Bug: 34872161 Merged-In: I268d2250cc9bcd1a5e9eb8be99dcb23e2bcceadc Change-Id: I268d2250cc9bcd1a5e9eb8be99dcb23e2bcceadc
This commit is contained in:
committed by
Tyler Gunn
parent
6d033475b3
commit
212102b36d
@@ -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