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

Commit 912fabb3 authored by Jiyong Park's avatar Jiyong Park Committed by android-build-merger
Browse files

Merge "Add documentation for *.sysprop"

am: 1ae4c5b7

Change-Id: Ia7dea21a6a0e1cfa1af858cc4b1155687c7a092b
parents 7569988e 1ae4c5b7
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -39,6 +39,13 @@ import java.util.HashMap;
 * Gives access to the system properties store.  The system properties
 * Gives access to the system properties store.  The system properties
 * store contains a list of string key-value pairs.
 * 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}
 * {@hide}
 */
 */
@SystemApi
@SystemApi