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

Commit 61d838f2 authored by /e/ robot's avatar /e/ robot
Browse files

Merge remote-tracking branch 'origin/lineage-16.0' into v1-pie

parents 5a3997a0 a1bbbd1f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -262,7 +262,7 @@ public class SystemImpl implements SystemInterface {

    @Override
    public boolean systemIsDebuggable() {
        return Build.IS_DEBUGGABLE;
        return Build.IS_DEBUGGABLE && Build.IS_ENG;
    }

    @Override