diff options
| -rw-r--r-- | core/java/android/content/pm/ApplicationInfo.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/content/pm/ApplicationInfo.java b/core/java/android/content/pm/ApplicationInfo.java index d9a1ce0ec7a0..f04f7633c0ba 100644 --- a/core/java/android/content/pm/ApplicationInfo.java +++ b/core/java/android/content/pm/ApplicationInfo.java @@ -1060,7 +1060,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 * */ |