Skip to content

Commit

Permalink
Can't save to file when using Android 10 #1341 - Added missing permis…
Browse files Browse the repository at this point in the history
…sion due to cordova bugs
  • Loading branch information
HarelM committed Oct 29, 2020
1 parent b05133a commit 9d1e492
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IsraelHiking.Web/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<edit-config file="AndroidManifest.xml" mode="merge" target="/manifest/uses-permission" xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
</edit-config>
<config-file parent="/manifest/application/activity" target="AndroidManifest.xml">
<intent-filter>
Expand Down

0 comments on commit 9d1e492

Please sign in to comment.