I found out that the group sdcard_rw
has an id of 1015 on my emulator.
Same on my Nexus One.
Is it fixed?
I found out that the group sdcard_rw
has an id of 1015 on my emulator.
Same on my Nexus One.
Is it fixed?
Yes it is fixed, see android_filesystem_config.h
in android source code:
#define AID_SDCARD_RW 1015 /* external storage write access */