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

Change-Id: I9d5ef6d489dced0509b3a8617f5528bc4b4bb817
This commit is contained in:
Kevin Hufnagle
2020-05-04 17:23:22 +00:00
committed by Automerger Merge Worker

View File

@@ -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