Merge "Add back @UnsupportedAppUsage to IS_DEBUGGABLE"

This commit is contained in:
Treehugger Robot
2021-05-11 07:32:37 +00:00
committed by Gerrit Code Review

View File

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