Closed moesaid closed 3 months ago
Do you mean to add a permission confirmation box? Will this view pop up after confirmation?
Do you mean to add a permission confirmation box?
Yeah, a pop-up with a confirmation box like any other native permission pop-up. Just to keep a close native experience and to let the user know what to do.
Will this view pop up after confirmation?
no, it should be before going to the settings to simulate a native experience
A type return instead of the void to know the status of the initialization and the permissions grants status would be nice!
zego_uikit_prebuilt_call: ^4.15.0 have added permission request pop-up box for android systemAlertWindow
Environment
Device information: emulator
Description
using
On the first initialization and permission requests, the Permissions - display over other apps open settings without popup. and return status.
Expected behavior: there should be a popup question for the user,and it should be customizable since the list will be different from user to user; it is confusing what to do; a customizable instruction would be nice.
The init function shouldn't be void and should have some return status to know if and debug and future planing if there's something wrong with the initialization.
Current behavior:
Steps to reproduce
Images
as a user i won't be sure what to do here!