Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8e8a1531 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix some formatting issues in setRequireUserAction" into udc-dev am:...

Merge "Fix some formatting issues in setRequireUserAction" into udc-dev am: 66948922 am: 0956b7af

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21781280



Change-Id: Icb88e402b22b72bc3da2654ef3ac8c783e1c470a
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 54baa8cf 0956b7af
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -2935,13 +2935,14 @@ public class PackageInstaller {
         *             <li>The {@link InstallSourceInfo#getUpdateOwnerPackageName() update owner}
         *             of an existing version of the app (in other words, this install session is
         *             an app update) if the update ownership enforcement is enabled.</li>
         *             <li>The {@link InstallSourceInfo#getInstallingPackageName() installer of
         *             record} of an existing version of the app (in other words, this install
         *             <li>The
         *             {@link InstallSourceInfo#getInstallingPackageName() installer of record}
         *             of an existing version of the app (in other words, this install
         *             session is an app update) if the update ownership enforcement isn't
         *             enabled.</li>
         *             <li>Updating itself.</li>
         *         </ul>
         *     </li>>
         *     </li>
         *     <li>The installer declares the
         *     {@link android.Manifest.permission#UPDATE_PACKAGES_WITHOUT_USER_ACTION
         *     UPDATE_PACKAGES_WITHOUT_USER_ACTION} permission.</li>