Switchable Storage Locations in an Android App
Posted by Admin • Saturday, October 13. 2012 • Category: Android
This is also a typical pattern. In my app, I need to offer the user a choice of storage locations without getting too low-level. I am content with offering three options in a ListPreference:
- Private to application
- Public but on the main storage
- Public but on the removable storage (actual SD card)
Continue reading "Switchable Storage Locations in an Android App"