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

Commit fd273e3b authored by Kevin Hufnagle's avatar Kevin Hufnagle Committed by Automerger Merge Worker
Browse files

Merge "docs: Clarify class definition of Settings.Secure" into rvc-dev am:...

Merge "docs: Clarify class definition of Settings.Secure" into rvc-dev am: a18b3ea7 am: da9b8a38

Change-Id: If517e1f4cad83b65d4846f6a93de3f21dfb537f7
parents 2c74a92c da9b8a38
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -5199,8 +5199,9 @@ public final class Settings {
    /**
     * Secure system settings, containing system preferences that applications
     * can read but are not allowed to write.  These are for preferences that
     * the user must explicitly modify through the system UI or specialized
     * APIs for those values, not modified directly by applications.
     * the user must explicitly modify through the UI of a system app. Normal
     * applications cannot modify the secure settings database, either directly
     * or by calling the "put" methods that this class contains.
     */
    public static final class Secure extends NameValueTable {
        // NOTE: If you add new settings here, be sure to add them to