-
Notifications
You must be signed in to change notification settings - Fork 137
Open
Description
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:
I have no experience with native app development.
What do I need to do to activate such permissions?
Metadata
Metadata
Assignees
Labels
No labels
