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

Commit b369ebee authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add back @UnsupportedAppUsage to IS_DEBUGGABLE"

parents 964fccfe 0ef41fbc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;