Skip to content

Commit 4747051

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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
xmlns:tools="http://schemas.android.com/tools">
33
<uses-permission android:name="android.permission.ACCESS_COURSE_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)