True/False Questions for Permissions Best Practices
1
Your app ask for permission to perform the task itself and cannot avoid it to use an intent to have another app perform the task for example make a call or send sms. FalseView Answer
2
To not bother the user, you should minimize the number of permissions your app needs. TrueView Answer
3
If Users deny permissions at the time they’re requested the related functionality cannot be broken. FalseView Answer
4
Increased situational context for android permissions asking, because users are more sensitive to the context in which the permission is requested TrueView Answer
5
Permission requests should only be used when access to information is necessary for the functioning of your app. TrueView Answer