chromadoze icon indicating copy to clipboard operation
chromadoze copied to clipboard

android:installLocation="preferExternal"

Open wjholden opened this issue 4 years ago • 1 comments

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.

wjholden avatar Jul 05 '21 17:07 wjholden

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

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

pmarks-net avatar Jul 06 '21 13:07 pmarks-net