Loading core/java/android/provider/Settings.java +3 −2 Original line number Original line Diff line number Diff line Loading @@ -5199,8 +5199,9 @@ public final class Settings { /** /** * Secure system settings, containing system preferences that applications * Secure system settings, containing system preferences that applications * can read but are not allowed to write. These are for preferences that * can read but are not allowed to write. These are for preferences that * the user must explicitly modify through the system UI or specialized * the user must explicitly modify through the UI of a system app. Normal * APIs for those values, not modified directly by applications. * 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 { public static final class Secure extends NameValueTable { // NOTE: If you add new settings here, be sure to add them to // NOTE: If you add new settings here, be sure to add them to Loading Loading
core/java/android/provider/Settings.java +3 −2 Original line number Original line Diff line number Diff line Loading @@ -5199,8 +5199,9 @@ public final class Settings { /** /** * Secure system settings, containing system preferences that applications * Secure system settings, containing system preferences that applications * can read but are not allowed to write. These are for preferences that * can read but are not allowed to write. These are for preferences that * the user must explicitly modify through the system UI or specialized * the user must explicitly modify through the UI of a system app. Normal * APIs for those values, not modified directly by applications. * 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 { public static final class Secure extends NameValueTable { // NOTE: If you add new settings here, be sure to add them to // NOTE: If you add new settings here, be sure to add them to Loading