android applies the method installed on the SD card through the configuration file Settings

  • 2020-05-19 05:44:08
  • OfStack

When you install an application, you will sometimes run out of storage space, so you can only install the application to the SD card and add the following line to the manifest of the AndroidManifest.xml file:


android:installLocation="preferExternal"

This way the application will be installed on the SD card and there will be no shortage of storage.


Related articles: