diff options
| author | 2024-03-05 17:13:48 +0000 | |
|---|---|---|
| committer | 2024-03-27 00:23:40 +0000 | |
| commit | d39cb3a38cbf79dffcd9a77ee8469ac44e09319f (patch) | |
| tree | 6312583c9d63c8d7f007d1edf41da620b611a00f | |
| parent | 8365273c0b5e015c0d79af0fb9d0ef32e6c5d3d6 (diff) | |
Correct API change that was omitted due to checkapi failure
This change reflects the API change that was omitted due to checkapi
failure.
The original API change is ag/26150592.
Test: m checkapi
Bug: <328225000>
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:91a8cf158c2ce8b60b11f8571f067b94c0dbabfd)
Merged-In: I602c1ed9ce651f06486d262c48a46acd1f26ba1f
Change-Id: I602c1ed9ce651f06486d262c48a46acd1f26ba1f
24D1-dev is based on 24Q2-release. Therefore, we merged this CL to 24D1-dev.
| -rw-r--r-- | core/api/system-current.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/api/system-current.txt b/core/api/system-current.txt index 48ddd3049ff8..81a1a2df6db5 100644 --- a/core/api/system-current.txt +++ b/core/api/system-current.txt @@ -12956,7 +12956,7 @@ package android.service.ondeviceintelligence { field public static final String SERVICE_INTERFACE = "android.service.ondeviceintelligence.OnDeviceIntelligenceService"; } - public static class OnDeviceIntelligenceService.OnDeviceIntelligenceServiceException extends java.lang.Exception { + public abstract static class OnDeviceIntelligenceService.OnDeviceIntelligenceServiceException extends java.lang.Exception { ctor public OnDeviceIntelligenceService.OnDeviceIntelligenceServiceException(int); ctor public OnDeviceIntelligenceService.OnDeviceIntelligenceServiceException(int, @NonNull String); method public int getErrorCode(); |