flutter-permission-handler icon indicating copy to clipboard operation
flutter-permission-handler copied to clipboard

disabled notification on startup, permission shows old style request pop up

Open Handelika opened this issue 3 years ago • 0 comments

🐛 Bug Report

android asks for permission, if a user closed notifications permission permanently, and this notification request is old style native request. Ios has the same behaviour but the pop up of request is well designed

Expected behavior

Android normally not controlling notification because default is granted. If a user closes notification permission permanently, permission handler asks automatic permission request every beginning of application, because of One signal.

Reproduction steps

User closes notifications. Opens the application And request shown at the beginning of application

Configuration

Version: 1.x permission_handler: ^10.0.0

Platform:

  • [x ] :iphone: iOS
  • [ x] :robot: Androi IMG_0174

Handelika avatar Aug 19 '22 13:08 Handelika