diff options
| -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(); |