diff options
author | Remi NGUYEN VAN <reminv@google.com> | 2021-03-04 03:02:56 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-03-04 03:02:56 +0000 |
commit | 9c16d8e25d96ab9ce350c6a611f10a43e91a86cc (patch) | |
tree | 7f298004e7484dc5496c0a58054fa6756d303d0c /core/api/current.txt | |
parent | ae0fa6d359dc1c53f5eae44c1959d2ad9c7c0f87 (diff) | |
parent | e5e38431766150b975605997c293550e8029b108 (diff) |
Merge "Add Build.IS_DEBUGGABLE to public API"
Diffstat (limited to 'core/api/current.txt')
-rw-r--r-- | core/api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/api/current.txt b/core/api/current.txt index 8fbcfb3ef055..8b283a2c6fea 100644 --- a/core/api/current.txt +++ b/core/api/current.txt @@ -29261,6 +29261,7 @@ package android.os { field public static final String HARDWARE; field public static final String HOST; field public static final String ID; + field public static final boolean IS_DEBUGGABLE; field public static final String MANUFACTURER; field public static final String MODEL; field @NonNull public static final String ODM_SKU; |