Open wjholden opened 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.
android:installLocation="auto" makes more sense than "preferExternal" here.
android:installLocation="auto"
"preferExternal"
I can add that someday, when I'm feeling more productive.
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.