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

Commit 6f1f425a authored by David Lin's avatar David Lin Committed by Android (Google) Code Review
Browse files

Merge "Correct API change that was omitted due to checkapi failure" into 24D1-dev

parents 21b1e335 d39cb3a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();