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

Commit d39cb3a3 authored by Jihoon Kang's avatar Jihoon Kang Committed by David Lin
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>
(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.
parent 8365273c
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();