2

I found out that the group sdcard_rw has an id of 1015 on my emulator.

Same on my Nexus One.

Is it fixed?

shkschneider
  • 17,833
  • 13
  • 59
  • 112

1 Answers1

4

Yes it is fixed, see android_filesystem_config.h in android source code:

#define AID_SDCARD_RW     1015  /* external storage write access */ 
Paweł Nadolski
  • 8,296
  • 2
  • 42
  • 32