Merge "Add documentation for *.sysprop" am: 1ae4c5b781

am: 912fabb3e3

Change-Id: Ib8503fccf2aaef7ba98c1887b2f96651fbead68a
This commit is contained in:
Jiyong Park
2019-09-24 20:33:25 -07:00
committed by android-build-merger

View File

@@ -39,6 +39,13 @@ import java.util.HashMap;
* Gives access to the system properties store. The system properties
* store contains a list of string key-value pairs.
*
* <p>Use this class only for the system properties that are local. e.g., within
* an app, a partition, or a module. For system properties used across the
* boundaries, formally define them in <code>*.sysprop</code> files and use the
* auto-generated methods. For more information, see <a href=
* "https://source.android.com/devices/architecture/sysprops-apis">Implementing
* System Properties as APIs</a>.</p>
*
* {@hide}
*/
@SystemApi