Skip to content

Commit 3da84ce

Browse files
author
Hristo Hristov
authored
Added permission for location. Without it Location tests fails on some devices (Samsung S4) (NativeScript#2567)
1 parent a3da922 commit 3da84ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/app/App_Resources/Android/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
1919
<uses-permission android:name="android.permission.INTERNET"/>
2020
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
21+
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
2122

2223
<application
2324
android:name="com.tns.NativeScriptApplication"

0 commit comments

Comments
 (0)