diff --git a/api/current.txt b/api/current.txt index 8ab7b19b70e43..9ebd4b4f18bef 100755 --- a/api/current.txt +++ b/api/current.txt @@ -41736,7 +41736,6 @@ package android.telecom { } public final class PhoneAccountSuggestion implements android.os.Parcelable { - ctor public PhoneAccountSuggestion(@NonNull android.telecom.PhoneAccountHandle, int, boolean); method public int describeContents(); method @NonNull public android.telecom.PhoneAccountHandle getPhoneAccountHandle(); method public int getReason(); diff --git a/api/system-current.txt b/api/system-current.txt index 46c420a572cdc..fd6a37c135a07 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -5412,6 +5412,10 @@ package android.telecom { field public static final int CAPABILITY_MULTI_USER = 32; // 0x20 } + public final class PhoneAccountSuggestion implements android.os.Parcelable { + ctor public PhoneAccountSuggestion(@NonNull android.telecom.PhoneAccountHandle, int, boolean); + } + public class PhoneAccountSuggestionService extends android.app.Service { ctor public PhoneAccountSuggestionService(); method public void onAccountSuggestionRequest(@NonNull String); diff --git a/api/test-current.txt b/api/test-current.txt index 73910254b8504..271f7cbfa8236 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -1443,6 +1443,10 @@ package android.telecom { method public android.telecom.Connection getPrimaryConnection(); } + public final class PhoneAccountSuggestion implements android.os.Parcelable { + ctor public PhoneAccountSuggestion(@NonNull android.telecom.PhoneAccountHandle, int, boolean); + } + public class PhoneAccountSuggestionService extends android.app.Service { ctor public PhoneAccountSuggestionService(); method public void onAccountSuggestionRequest(@NonNull String); diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 35bc46ae33ab7..e40d97bb1396d 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1839,12 +1839,12 @@ + android:protectionLevel="signature|privileged" />