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

Commit 0babd527 authored by William Loh's avatar William Loh Committed by Android (Google) Code Review
Browse files

Merge "Fix javadoc for app metadata APIs"

parents 77ce75fa eac4074a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1955,8 +1955,8 @@ public class PackageInstaller {

        /**
         * Optionally set the app metadata. The size of this data cannot exceed the maximum allowed.
         * If no data is provided, then any existing app metadata from the previous install will be
         * removed for the package.
         * Any existing data from the previous install will not be retained even if no data is set
         * for the current install session.
         *
         * @param data a PersistableBundle containing the app metadata. If this is set to null then
         *     any existing app metadata will be removed.
+1 −1
Original line number Diff line number Diff line
@@ -5827,7 +5827,7 @@ public abstract class PackageManager {
    /**
     * Returns the app metadata for a package.
     *
     * @param packageName
     * @param packageName The package name for which to get the app metadata.
     * @return A PersistableBundle containing the app metadata that was provided by the installer.
     *         In the case where a package does not have any metadata, an empty PersistableBundle is
     *         returned.