diff options
| author | 2022-07-06 18:21:56 +0000 | |
|---|---|---|
| committer | 2022-07-06 18:21:56 +0000 | |
| commit | a447ff12be1641c69f61e93a220c9f913d6e9540 (patch) | |
| tree | 77bf1ed3ba1cd49cb2920a2a716b7f962e43dab3 | |
| parent | 031b2963f10fda18a3bf9eabc078ccec096e400e (diff) | |
| parent | 2df3ef5db3d95ca8e68de878800ab9a00fd020cc (diff) | |
Merge "Fix javadoc typo in ApplicationInfo" am: 2df3ef5db3
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2142995
Change-Id: I5a96141c8fa3c4fef781639fb9171645371c088b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -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 24c383692c09..bc3e25bfc7e8 100644 --- a/core/java/android/content/pm/ApplicationInfo.java +++ b/core/java/android/content/pm/ApplicationInfo.java @@ -178,7 +178,7 @@ public class ApplicationInfo extends PackageItemInfo implements Parcelable { * signature checks} or * <a href="https://developer.android.com/training/articles/security-tips#Permissions">permissions</a>. * - * <p><b>Warning:</b> Note that does flag not behave the same as + * <p><b>Warning:</b> Note that this flag does not behave the same as * {@link android.R.attr#protectionLevel android:protectionLevel} {@code system} or * {@code signatureOrSystem}. */ |