• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Wanted: Android Tablet with actual external storage

boriz

Lurker
I'm developing a video capturing app that records sessions with a length of 45+ mins. It is mandatory that the data is stored on an actual external/exchangeable medium. According to the android docs some devices do not allow to address the SD card.

`It's possible that a device using a partition of the internal storage for the external storage may also offer an SD card slot. In this case, the SD card is not part of the external storage and your app cannot access it (the extra storage is intended only for user-provided media that the system scans).`

Now I am having a hard time trying to find devices with the following features:

- removable SD card as external storage
- android 4+
- camera with autofocus
- screen size large / xlarge

I would appreciate if you guys would provide me with some links to devices with the given features.
 
Hi DanJ,
thx for dropping this information. Those finders lack the information whether the external storage returned by Environment.getExternalStorageDirectory() is removable (Environment.isExternalStorageRemovable()). In most (all?) cases the external storage is actually internal and not exchangeable.
 
Back
Top Bottom