diff options
| author | 2024-03-05 17:13:48 +0000 | |
|---|---|---|
| committer | 2024-03-05 20:09:21 +0000 | |
| commit | 91a8cf158c2ce8b60b11f8571f067b94c0dbabfd (patch) | |
| tree | 8534c0cc021abc53d790a89bf8cd42aa2c380727 | |
| parent | fa3a20fc9dbfacf6df7a5a46d3001f1314dac140 (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
Change-Id: I602c1ed9ce651f06486d262c48a46acd1f26ba1f
| -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 afb796b7687a..5580d6a39fa3 100644 --- a/core/api/system-current.txt +++ b/core/api/system-current.txt @@ -12967,7 +12967,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(); |