diff options
| author | 2023-06-29 15:41:16 +0000 | |
|---|---|---|
| committer | 2023-06-29 15:41:16 +0000 | |
| commit | a8d2d27b777c61392aa0dc751f2739327db065fe (patch) | |
| tree | 0539cb27b57fec903e6454eef4dd5ac7b1c96b54 | |
| parent | 6b22e2a04f84aecde4a78354d18a52b299a8ba7d (diff) | |
| parent | 86a6b1692bc88dbf666c5957f685e16bb2fdcd2b (diff) | |
Merge "Remove incorrect statement from docs" into udc-dev am: 86a6b1692b
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23671607
Change-Id: Ic22af1332f0d6967a32f763dadf5a7270cc7eb43
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | core/java/android/content/pm/PackageInstaller.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/java/android/content/pm/PackageInstaller.java b/core/java/android/content/pm/PackageInstaller.java index 105b38a40825..4b883cd4c17b 100644 --- a/core/java/android/content/pm/PackageInstaller.java +++ b/core/java/android/content/pm/PackageInstaller.java @@ -3045,10 +3045,6 @@ public class PackageInstaller { * The update ownership enforcement can only be enabled on initial installation. Set * this to {@code true} on package update is a no-op. * - * Apps may opt themselves out of update ownership by setting the - * <a href="https://developer.android.com/guide/topics/manifest/manifest-element.html#allowupdateownership">android:alllowUpdateOwnership</a> - * attribute in their manifest to <code>false</code>. - * * Note: To enable the update ownership enforcement, the installer must have the * {@link android.Manifest.permission#ENFORCE_UPDATE_OWNERSHIP ENFORCE_UPDATE_OWNERSHIP} * permission. |