Skip to content

Permissions #17

@jampy

Description

@jampy

I added some more permissions to AndroidManifest.xml:

<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.RECORD_AUDIO" />

However, the PWA is still not able to use GPS or speech recognition (and it does not specifically ask for these permissions).

When I go to the phone settings and open the app permissions I see that the permissions listed above are known, but not granted:

image

I have no experience with native app development.

What do I need to do to activate such permissions?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions