Loading core/java/android/content/pm/PackageInstaller.java +2 −2 Original line number Diff line number Diff line Loading @@ -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. Loading core/java/android/content/pm/PackageManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
core/java/android/content/pm/PackageInstaller.java +2 −2 Original line number Diff line number Diff line Loading @@ -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. Loading
core/java/android/content/pm/PackageManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading