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

Commit c4e61a3a authored by David Su's avatar David Su
Browse files

SettingsLib: Rename requirePMF to requirePmf

Rename to conform to API guidelines.

Bug: 146046526
Test: compiles
Change-Id: Ied7dbb464f86796666215f58f15a5c251a1bc940
parent 381ba3e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1366,7 +1366,7 @@ public class AccessPoint implements Comparable<AccessPoint> {
            mConfig.allowedKeyManagement.set(KeyMgmt.NONE);
        } else {
            mConfig.allowedKeyManagement.set(KeyMgmt.OWE);
            mConfig.requirePMF = true;
            mConfig.requirePmf = true;
        }
    }