简体   繁体   中英

android Images in r.raw

is there any way of forcing app to install in SD card. i have user User permission in manifest file but still drawable and database is coped in internal memory.

then i came to know that that only RAW folder will be saved in SD card

You can't force the App to be installed on the SD Card for the simple reason, that if the SD Card is full the installation would crash. All you can do is this:

android:installLocation="preferExternal"

in your Manifest.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM