Merge "Add back @UnsupportedAppUsage to IS_DEBUGGABLE" am: b369ebee31
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1701245 Change-Id: Ica5e6524d2fc45db65500d36e31604deb08632a8
This commit is contained in:
@@ -1311,6 +1311,7 @@ public class Build {
|
|||||||
* selinux into "permissive" mode in particular.
|
* selinux into "permissive" mode in particular.
|
||||||
* @hide
|
* @hide
|
||||||
*/
|
*/
|
||||||
|
@UnsupportedAppUsage
|
||||||
public static final boolean IS_DEBUGGABLE =
|
public static final boolean IS_DEBUGGABLE =
|
||||||
SystemProperties.getInt("ro.debuggable", 0) == 1;
|
SystemProperties.getInt("ro.debuggable", 0) == 1;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user