pmarks-net / chromadoze

Noise spectrum generator for Android
GNU General Public License v3.0
92 stars 14 forks source link

android:installLocation="preferExternal" #24

Open wjholden opened 3 years ago

wjholden commented 3 years ago

https://github.com/pmarks-net/chromadoze/blob/e63fc0903e4fc840899450012646d0931602f105/app/src/main/AndroidManifest.xml#L5

The current version of chromadoze does not allow the application to be moved to the SD card. I realize that the application is very small, but I think this would be a one-line change.

pmarks-net commented 3 years ago

android:installLocation="auto" makes more sense than "preferExternal" here.

I can add that someday, when I'm feeling more productive.