Specifying Sd card mountable as removable disk in android manifest -


my android app requires device has sdcard , sdcard mountable on pc or mac filesystem (removable disk) . because there program windows mobile app writes sd card user has run pc , program works on files on mounted sd card , disks on pc windows.

this problem on tablets because not of them can mount sdcard removable disk on pc without requiring special drivers on pc tablet. majority of ics phones pc seems mount disk removable storage limit app api 8 - api15 (phones only)

is there way specify in manifest of android app app should work ics android phone , not ics tablets users having tablets can not download android market ?

thanks,

you try specifying screen sizes in manifest file http://developer.android.com/guide/topics/manifest/supports-screens-element.html. reason it's hard differentiate because tablets , phones run same software. might want why devices don't mount removable disks.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -