Skip to content

Commit 37b748e

Browse files
committed
Add request location key to AndroidManifest.xml for Android
1 parent 56a530a commit 37b748e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="com.xunji.study_spaces">
3+
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
34
<queries>
45
<!-- If your app opens https URLs -->
56
<intent>

0 commit comments

Comments
 (0)