I have an application with the following manifest settings:
android:sharedUserId="android.uid.system" >
<permission
android:name="android.Manifest.permission_group.STORAGE"></permission>
<uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE"></uses-
permission>
Within this application, I am attempting to "tar" some bunch of test
files and write it out to "/storage" on the device. This fails for "/
storage", though works for "/data".
Any hints?
Thanks,
Vijay
--
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting