ParkSangGwon / TedPermission

Easy check permission library for Android Marshmallow
1.74k stars 238 forks source link

Should I show message dialog with Setting button every time app starts #51

Closed AndrewGlukhoff closed 7 years ago

AndrewGlukhoff commented 7 years ago

Hi! If the user has allowed any permissions that are very important to the app and denied other permissions which are not so important, with checking [x]Never ask again, then why should I show her message dialog with Setting button every time app starts ?

ParkSangGwon commented 7 years ago

@AndrewGlukhoff If you don't want show dialog, you can use setGotoSettingButton(false)