Skip to content

Commit 218b5c1

Browse files
committed
fix: permissions for compliance
1 parent f5283f5 commit 218b5c1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
xmlns:tools="http://schemas.android.com/tools">
3-
<uses-permission android:name="android.permission.ACCESS_COURSE_LOCATION"/>
3+
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
44
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
5-
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_LOCATION" />
65
<uses-permission android:name="android.permission.RECORD_AUDIO" />
76
<uses-feature android:name="android.hardware.usb.host" />
87
<uses-feature

ios/Runner/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
<string>App needs access to photo library</string>
3737
<key>NSLocationWhenInUseUsageDescription</key>
3838
<string>This app needs access to location.</string>
39+
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
40+
<string>This app needs access to location.</string>
3941
<key>UISupportedInterfaceOrientations</key>
4042
<array>
4143
<string>UIInterfaceOrientationPortrait</string>

0 commit comments

Comments
 (0)