Merge "Fix typo in comments." into pi-dev

am: 6c73779442

Change-Id: Ib543d465a72563abadea20133ae9227e8041ac65
This commit is contained in:
Mathew Inwood
2018-04-06 07:35:51 -07:00
committed by android-build-merger

View File

@@ -1133,7 +1133,7 @@ public class ApplicationInfo extends PackageItemInfo implements Parcelable {
public static final int HIDDEN_API_ENFORCEMENT_NONE = 0;
/**
* No API enforcement, but enable the detection logic and warnings. Observed behaviour is the
* sane as {@link #HIDDEN_API_ENFORCEMENT_NONE} but you may see warnings in the log when APIs
* same as {@link #HIDDEN_API_ENFORCEMENT_NONE} but you may see warnings in the log when APIs
* are accessed.
* @hide
* */