diff options
| -rw-r--r-- | core/java/android/os/ServiceSpecificException.java | 2 | ||||
| -rw-r--r-- | ravenwood/ravenwood-annotation-allowed-classes.txt | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/core/java/android/os/ServiceSpecificException.java b/core/java/android/os/ServiceSpecificException.java index 49ce40bb6ee9..df503e86a700 100644 --- a/core/java/android/os/ServiceSpecificException.java +++ b/core/java/android/os/ServiceSpecificException.java @@ -18,6 +18,7 @@ package android.os; import android.annotation.NonNull; import android.annotation.Nullable; import android.annotation.SystemApi; +import android.ravenwood.annotation.RavenwoodKeepWholeClass; /** * An exception specific to a service. @@ -33,6 +34,7 @@ import android.annotation.SystemApi; * @hide */ @SystemApi +@RavenwoodKeepWholeClass public class ServiceSpecificException extends RuntimeException { public final int errorCode; diff --git a/ravenwood/ravenwood-annotation-allowed-classes.txt b/ravenwood/ravenwood-annotation-allowed-classes.txt index 7744fcaf032a..491ed22ce2c8 100644 --- a/ravenwood/ravenwood-annotation-allowed-classes.txt +++ b/ravenwood/ravenwood-annotation-allowed-classes.txt @@ -55,6 +55,7 @@ android.os.PackageTagsList android.os.Parcel android.os.Parcelable android.os.Process +android.os.ServiceSpecificException android.os.SystemClock android.os.ThreadLocalWorkSource android.os.TimestampedValue |