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

Commit a9d1e8bc authored by weichinweng's avatar weichinweng
Browse files

NIAP: Use "common_criteria_mode" replace "niap_mode"

Just replace the NIAP mode constant from niap_mode to
common_criteria_mode.

Bug: 148155228
Test: NA
Change-Id: I1b6a486f2f2c76697a8dbb9754e50c1db49b62a2
parent 3f8a4dd4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2988,7 +2988,7 @@ public class AdapterService extends Service {
    }

    private boolean isNiapMode() {
        return Settings.Global.getInt(getContentResolver(), "niap_mode", 0) == 1;
        return Settings.Global.getInt(getContentResolver(), "common_criteria_mode", 0) == 1;
    }

    /**