summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2023-10-12 23:36:45 +0100
committerCherrypicker Worker <android-build-cherrypicker-worker@google.com>2023-11-10 10:38:01 +0000
commite9a71257eba645acdd249b1d3d5a6afae821bc24 (patch)
treecd42ec705a4821b7c8f36f6c5a313105ce7783d3
parentac26d2d8364bf8e1f6e60db3c29b673d559de6a6 (diff)
downloadsdk-e9a71257eba645acdd249b1d3d5a6afae821bc24.tar.gz
Add missing method overrides to previously released API
The accompanying change in the topic adds some missing concrete overrides of abstract methods to the current API signature files. This change does the same for the corresponding previously released API files to avoid those additional methods being incorrectly treated as new methods when they did exist in previous versions. Test: m checkapi Bug: 299366704 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:58b9adc11ff03225b9df98c482e125374d37afe5) Merged-In: If78491a61ada613271d2d9d40c60c5c9f8c031ce Change-Id: If78491a61ada613271d2d9d40c60c5c9f8c031ce
-rw-r--r--extensions/10/system/api/framework-adservices.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/10/system/api/framework-adservices.txt b/extensions/10/system/api/framework-adservices.txt
index 958f5dc58..c662cf791 100644
--- a/extensions/10/system/api/framework-adservices.txt
+++ b/extensions/10/system/api/framework-adservices.txt
@@ -88,6 +88,7 @@ package android.adservices.common {
method public int describeContents();
method public boolean isApiEnabled();
method public boolean isSuccess();
+ method public void writeToParcel(@NonNull android.os.Parcel, int);
field @NonNull public static final android.os.Parcelable.Creator<android.adservices.common.EnableAdServicesResponse> CREATOR;
}