diff options
author | Felipe Leme <felipeal@google.com> | 2020-11-11 12:21:56 -0800 |
---|---|---|
committer | Felipe Leme <felipeal@google.com> | 2020-11-11 12:30:15 -0800 |
commit | 766e6ae8c8cd23e317c8438513341ad229f51cbe (patch) | |
tree | 7f2a1934312204eb0f00e1c3bd5a0cc58041f561 /api | |
parent | 6b94ea477f8f6c29fee301ebbb8e3a3231c3332e (diff) |
Exposed UnsafeStateException as a public API.
And some related APIs as @TestAPI.
Test: m update-api
Bug: 172376923
Change-Id: I3fc5806e2d34e161a409f49ada263d430ec9bc02
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 88e09d5e128e..636593204d76 100644 --- a/api/current.txt +++ b/api/current.txt @@ -7399,6 +7399,12 @@ package android.app.admin { field public static final int ERROR_UNKNOWN = 1; // 0x1 } + public final class UnsafeStateException extends java.lang.IllegalStateException implements android.os.Parcelable { + method public int describeContents(); + method public void writeToParcel(@NonNull android.os.Parcel, int); + field @NonNull public static final android.os.Parcelable.Creator<android.app.admin.UnsafeStateException> CREATOR; + } + } package android.app.assist { |