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

Commit faef1cbd authored by Bartosz Fabianowski's avatar Bartosz Fabianowski
Browse files

Revert "Add more explicit documentation for install reason"

This reverts commit 839e8535.

We have a better solution in ag/2135964.

Change-Id: Icfed2d883149c9e648b69ae88b64f76daf4030f3
parent 839e8535
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -1148,11 +1148,6 @@ public class PackageInstaller {
            }
        }

        /**
         * Set the reason for installing this package. Currently,
         * {@code PackageManager#INSTALL_REASON_UNKNOWN} and
         * {@code PackageManager#INSTALL_REASON_POLICY} are defined.
         */
        public void setInstallReason(int installReason) {
            this.installReason = installReason;
        }
@@ -1331,10 +1326,6 @@ public class PackageInstaller {
        /**
         * Return the reason for installing this package.
         *
         * @return The install reason, currently one of
         *         {@code PackageManager#INSTALL_REASON_UNKNOWN} and
         *         {@code PackageManager#INSTALL_REASON_POLICY}.
         *
         * @see PackageManager#INSTALL_REASON_UNKNOWN
         */
        public int getInstallReason() {