diff options
| author | 2023-06-29 16:26:25 +0000 | |
|---|---|---|
| committer | 2023-06-29 16:26:25 +0000 | |
| commit | 084a0e25d58459188f50b05e65fb8be2ca7a98c5 (patch) | |
| tree | 32e83e62ff2806f412739a10d4b80d10610b9ca6 | |
| parent | b79178c5650bbe9db622e49a049022faa18d8509 (diff) | |
| parent | a8d2d27b777c61392aa0dc751f2739327db065fe (diff) | |
Merge "Remove incorrect statement from docs" into udc-dev am: 86a6b1692b am: a8d2d27b77
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23671607
Change-Id: Idae5a5532d6467a282182809bdee7195ccb3a6e7
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. |