Merge "Add back @UnsupportedAppUsage to IS_DEBUGGABLE" am: b369ebee31 am: 6edf32bd8e am: 04b9df477a

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1701245

Change-Id: I435f82920ceaf7ebd6d2d4a8f73b0a21a23f28ef
This commit is contained in:
Treehugger Robot
2021-05-11 09:25:56 +00:00
committed by Automerger Merge Worker

View File

@@ -1324,6 +1324,7 @@ public class Build {
* selinux into "permissive" mode in particular.
* @hide
*/
@UnsupportedAppUsage
public static final boolean IS_DEBUGGABLE =
SystemProperties.getInt("ro.debuggable", 0) == 1;