Skip to content

Denying runtime permission closes app #12

@amit3vedi

Description

@amit3vedi

If we deny runtime camera permission on android we get alert with message to ask user to allow permission if we deny that as well in my case app closes because i have only one activity and i'm showing embedded quickkly view <QuikklyView /> and as per current android code activity.finish(); will be called and whole app will close.

This should not happen there should be some sort of callback to notify developer that permission is not granted and developer should be allowed to manage scenario where user deny permissions instead of just closing the whole app.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions