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.
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.
`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.