You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The EXTENDED_ACCESS permission is designed to provide features to app that in original Google Play Services are only available to Google apps (checked using signature). The security model of this functionality is not well-designed and should be improved
The permission should never be granted silently without user consent
Different data should have separated access, e.g. Google Plus friend list is not accessible to apps only requiring access to Android Wear details.
This could be realized by splitting up EXTENDED_ACCESS permission further or independently from the actual permission request (dynamically)
The text was updated successfully, but these errors were encountered:
The
EXTENDED_ACCESS
permission is designed to provide features to app that in original Google Play Services are only available to Google apps (checked using signature). The security model of this functionality is not well-designed and should be improvedThis could be realized by splitting up EXTENDED_ACCESS permission further or independently from the actual permission request (dynamically)
The text was updated successfully, but these errors were encountered: