nutritionfactsorg / daily-dozen-android

Keep track of the foods that Dr. Greger recommends in his NYT's best-selling book, How Not to Die with this Android app
https://play.google.com/store/apps/details?id=org.nutritionfacts.dailydozen&hl=en
Other
274 stars 95 forks source link

Allow app to be moved to SD card #25

Closed mdh0312 closed 7 years ago

mdh0312 commented 8 years ago

Currently this is not permitted.

Samsung Prime Galaxy Android 5.1.1

MovGP0 commented 8 years ago

I don't think that this is important. The app only uses very little data and the SD card should be used for bulk data (videos, music, images, etc.) rather than applications.

It's probably better to get rid of unused apps.

However, making it moveable should be simple as changing a single entry in the app manifest: https://developer.android.com/guide/topics/data/install-location.html

mdh0312 commented 8 years ago

The SD card is not just for bulk data ... what happens when all the internal memory is used up? I have moved much more complex apps (such as Firefox) to the SD card and they function just fine. This is a poor design decision not to allow this app to be moved to the SD card.

MovGP0 commented 8 years ago

@mdh0312 since this app makes use of the android.app.AlarmManager for daily notifications, moving to SD card might break those notifications. So when changing the android:installLocation to auto, it needs lots of additional testing.

slavick commented 7 years ago

This has been added in v12.2