From http://source.android.com/devices/tech/storage/index.html I learned, if I understand correctly, that writing to an external sd-card is possible provided that synthsized permissions are provided:
"The WRITE_EXTERNAL_STORAGE permission must only grant write access to the primary external storage on a device. Apps must not be allowed to write to secondary external storage devices, except in their package-specific directories as allowed by synthesized permissions. Restricting writes in this way ensures the system can clean up files when applications are uninstalled.
Is it possible to create such permissions with the Manifest Editor and if so, how should it look like?
"The WRITE_EXTERNAL_STORAGE permission must only grant write access to the primary external storage on a device. Apps must not be allowed to write to secondary external storage devices, except in their package-specific directories as allowed by synthesized permissions. Restricting writes in this way ensures the system can clean up files when applications are uninstalled.
Is it possible to create such permissions with the Manifest Editor and if so, how should it look like?