> There is no <uses-permission-group> tag.  Permissions are just for declaring
> permissions, for help in displaying them to the user.

You are right.  That was careless of me.  I mistakenly used that tag
after looking at
http://developer.android.com/reference/android/Manifest.permission_group.html

> > Another related question is that the Vibrant has 16 GB as "internal"
> > storage.  But that's where the /sdcard directory is.  There is also
> > another replaceable 2GB MicroSD slot.  If I want to write to that
> > drive, how do I access it and does Android consider that as external
> > storage as well?
>
> The Android SDK currently only supports one "external" storage, which for
> devices with both internal media mountable for USB mass storage and an SD
> card should be the internal media.

I guess this means that I can't programatically access the microSD
card.  The micro SD card shows up as /sdcard/sd.  Which I guess is how
Samsung did it and shouldn't be depended upon.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to