Permission issues

After latest update (eagle) app is not asking for any permission in the beginning of the app (when app is installed for the first time). App is only asking permission when it is needed.
Before the latest update app was asking every permission in the beginning. I think according to google app should ask for every permission in the beginning.

Complete wrong!
The app should only ask for permission if its needed!

And if you do a simple google search then you will see what I said…

Yes, I mean particular permissions which app need not all permissions.
Oh Sorry, I thought maybe it’s a policy because in all apps nowadays, it ask for permission every permission needed by app on first time opening of app.

https://developer.android.com/training/permissions/requesting

Briefly:
For Pre-Marshmallow (API <23) devices permissions were / are asked and granted at install-time.
Since API 23 all (dangerous) permissions are requested / granted at runtime.

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.