Hi, I am currently working on removing the "lockscreen.passcode-lock.code" setting. The setting used to store the passcode for your lockscreen.
In the future, all apps wanting to set or check for the current passcode can use a small helper[1] to either call set() or check(). I am providing patches for the affected apps (settings, system, lockscreen, findmydevice) myself. The work is being tracked in https://bugzilla.mozilla.org/show_bug.cgi?id=1123325 Note that this change affects you only if you are _currently_ writing code that will provide additional interaction with the lockscreen through the Settings API and the "lockscreen.passcode-lock.code" setting. Locking and unlocking the screen is not touched by this. Cheers, Freddy [1] https://wiki.mozilla.org/User:Fbraun/Gaia/PasscodeHelper _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
