|
|
|
|
|
by Someone1234
4039 days ago
|
|
Android has a lot of information leaks. I hate to keep beating this dead horse, but as of last year Google gives every app you install access to your cellphone number without them needing to ask for an extra permission (READ_PHONE_STATE is now a freebie as far as the app store is concerned, it isn't listed, in fact it will say "no special permissions" if READ_PHONE_STATE alone is in the manifest). I honestly think Android's permission system is a joke, and a sceptical Google will fix the majority of the information leaks with this up-coming update. PS - It is "interesting" that getting your google account address requires a special permission on Android, but getting your phone number does not. Wonder why that is? IMEI too. |
|
This is because GET_ACCOUNTS is under PROTECTION_NORMAL, and so it is automatically granted at install time.