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

Commit 6fa621e8 authored by Patrick Baumann's avatar Patrick Baumann
Browse files

Fix some formatting issues in setRequireUserAction

Change-Id: I9d3ea914dc58dcd91c9f3eead8c0c9edf9da2220
Fixes: 271299140
parent a2430203
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>