hoccer / hoccer-talk-spike

Android Client & Backend Software
0 stars 0 forks source link

Withdrawn app permission on Android 6.0.1 or higher #1223

Open ChristianeMussmacher opened 7 years ago

ChristianeMussmacher commented 7 years ago

Deny permissions in app settings for:

Test results for Android version 6.0:

1) app crashes when storage permission is denied (crash not saved in Hockey) 2) for all other permissions, a dialogue / notification should inform user that feature is not available due to missing permission

Test results for Android 7.0:

1) For the above-mentioned permissions, a dialogue / notification should inform user that feature is not available due to missing permission

elRadish commented 7 years ago

Test:

elRadish commented 7 years ago

We're checking the permission on app start and show a Dialog if some are missing now.

elRadish commented 7 years ago

better would be to show an error dialog when the permission is actually needed - e.g. when sharing contact w/o permission etc.