Loading core/java/android/content/pm/PackageInstaller.java +6 −1 Original line number Diff line number Diff line Loading @@ -3617,7 +3617,9 @@ public class PackageInstaller { * automatically fetched and installed when installing an app that wants to use these * dependencies. * * <p> This feature is enabled by default. * <p> This feature is enabled by default. Note that in the case of a multi-package * installation session, no dependencies will be automatically installed even if this field * is set to true. * * @param enableAutoInstallDependencies {@code true} to enable auto-installation of missing * SDK or static shared library dependencies, Loading Loading @@ -4574,6 +4576,9 @@ public class PackageInstaller { * Check whether missing SDK or static shared library dependencies should be automatically * fetched and installed when installing an app that wants to use these dependencies. * * <p> Note that in the case of a multi-package installation session, no dependencies will * be automatically installed even if this method returns true. * * @return true if the dependencies will be auto-installed, false otherwise. */ @FlaggedApi(Flags.FLAG_SDK_DEPENDENCY_INSTALLER) Loading Loading
core/java/android/content/pm/PackageInstaller.java +6 −1 Original line number Diff line number Diff line Loading @@ -3617,7 +3617,9 @@ public class PackageInstaller { * automatically fetched and installed when installing an app that wants to use these * dependencies. * * <p> This feature is enabled by default. * <p> This feature is enabled by default. Note that in the case of a multi-package * installation session, no dependencies will be automatically installed even if this field * is set to true. * * @param enableAutoInstallDependencies {@code true} to enable auto-installation of missing * SDK or static shared library dependencies, Loading Loading @@ -4574,6 +4576,9 @@ public class PackageInstaller { * Check whether missing SDK or static shared library dependencies should be automatically * fetched and installed when installing an app that wants to use these dependencies. * * <p> Note that in the case of a multi-package installation session, no dependencies will * be automatically installed even if this method returns true. * * @return true if the dependencies will be auto-installed, false otherwise. */ @FlaggedApi(Flags.FLAG_SDK_DEPENDENCY_INSTALLER) Loading