When i compile my app for release, a new permission called USE_CREDENTIALS is being added to my manifest.
<uses-permission android:name="android.permission.USE_CREDENTIALS"/>
Why? What is this permission? i can't find any official info about it on android developers guide!
Thanks