sd-card
Android development - test for SD card or assume it's there?
My app will require external storage (SD card) in order to save the user\'s data.I\'ve searched high and low, but I can\'t find any best practices for this.[详细]
2023-03-22 07:50 分类:问答SD Card not available while on USB Debugging Mode on DroidX [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-03-20 11:21 分类:问答Android: Upgrading API for "Move to SD Card" option
I currently have an app that was built around the 1.6 API. It has begun t开发者_如何学Goo accrue size and currently is quite large. I was wondering if I upgrade to API 2.2, add: android:installLocatio[详细]
2023-03-20 07:24 分类:问答Android App create directory works for most but gives error unable to create directory on sdcard on many
My application creates a directory name on the phone\'s sd card and stores a bunch of images in it.The code works fine for the majority of users, but some are reporting errors saving files.[详细]
2023-03-20 01:26 分类:问答Android External App Install (on SD card), reload alarmmanager alarms on re-mount through receiver
I\'m developing an android app that I want to allow users to install on their SD card (http://developer.android.com/guide/appendix/install-location.html). However, the app has some Alarms created thro[详细]
2023-03-19 15:33 分类:问答moving files around on Froyo
in my application i create a temporary开发者_开发问答 file this way File tmp = File.createTempFile(\"TEST_\", null, getFilesDir());[详细]
2023-03-18 18:17 分类:问答Android NFC, secure element on SD card
Does anybody see the possibility to enable (by enable I mean even compile the sources, e.g. as shown by Gerald Madlmayr on the http://www.nearfieldcommunicationsworld.com/2011/02/13/35913/uncovered-th[详细]
2023-03-18 12:10 分类:问答Android emulator sdcard permissions
I\'m using eclipse and trying to get the android emulator to let me write to the sdcard. when I install the app on my phone it prompt开发者_开发百科s to accept the permission required... and the prog[详细]
2023-03-17 16:07 分类:问答Android: Finding if the device has Dual Sd cards
There are some new devices like Samsung Galaxy that comes with two sd-cards. I want to know if there is any way to find if a device has two sd-cards or a single sd-card. 开发者_如何学Go[详细]
2023-03-17 07:06 分类:问答Disable sdcard in android emulator
I just want to know whether is it possible to disable sdcard in my emulator. I don\'t want to delete my sdcard image file, but I want my 开发者_StackOverflowemulator to react as if there is no sdcard[详细]
2023-03-17 04:12 分类:问答