Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91a8cf15 authored by Jihoon Kang's avatar Jihoon Kang
Browse files

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
parent fa3a20fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();