Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6bb9a20 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add back @UnsupportedAppUsage to IS_DEBUGGABLE" am: b369ebee am: 6edf32bd am: 04b9df47

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

Change-Id: I435f82920ceaf7ebd6d2d4a8f73b0a21a23f28ef
parents af586a14 04b9df47
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;