diff options
| author | 2025-02-19 06:25:05 +0000 | |
|---|---|---|
| committer | 2025-02-19 06:25:05 +0000 | |
| commit | a1f11fc366ef4f3d54f362c3be936c0bf80a6ff3 (patch) | |
| tree | 689a7663c0371ac72e2cfb5be56c573ad795091a | |
| parent | 80140d567b0c74080501404075faa1eb901d3c35 (diff) | |
[PM] Fix the format for the javadoc
Flag: EXEMPT update javadoc
Test: m
Bug: 396434984
Change-Id: Ia934c8404d2730c8dddfb77cea7093941f2a6dc6
| -rw-r--r-- | core/java/android/content/pm/PackageManager.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/content/pm/PackageManager.java b/core/java/android/content/pm/PackageManager.java index f91b2474fdac..9e91f5944504 100644 --- a/core/java/android/content/pm/PackageManager.java +++ b/core/java/android/content/pm/PackageManager.java @@ -2038,7 +2038,7 @@ public abstract class PackageManager { public static final int INSTALL_SCENARIO_DEFAULT = 0; /** - * Installation scenario providing the fastest “install button to launch" experience possible. + * Installation scenario providing the fastest "install button to launch" experience possible. */ public static final int INSTALL_SCENARIO_FAST = 1; @@ -3585,7 +3585,7 @@ public abstract class PackageManager { /** * Feature for {@link #getSystemAvailableFeatures} and {@link #hasSystemFeature}: The device is - * compatible with Android’s security model. + * compatible with Android's security model. * * <p>See sections 2 and 9 in the * <a href="https://source.android.com/compatibility/android-cdd">Android CDD</a> for more |