summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2023-10-12 23:36:45 +0100
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-09 17:27:32 +0000
commit5f6ad1cf56be16dd336e75bfac6e33039a805149 (patch)
tree9ba464eb81294996784faa4e00c5491c59dbd965
parent2bc55e466b5443598679207d8a8a0d7ff9be417f (diff)
downloadsdk-5f6ad1cf56be16dd336e75bfac6e33039a805149.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;
}