Skip to content

Commit

Permalink
Can't save to file when using Android 10 #1341 - Another attempt to a…
Browse files Browse the repository at this point in the history
…dd back wirte external storage permission
  • Loading branch information
HarelM committed Oct 29, 2020
1 parent 8b5bc82 commit 0174c69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion IsraelHiking.Web/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@
<icon density="xxhdpi" src="www/content/favicons/android-chrome-144x144.png" />
<icon density="xxxhdpi" src="www/content/favicons/android-chrome-192x192.png" />
<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" />
</edit-config>
<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.WRITE_EXTERNAL_STORAGE" />
</edit-config>
<config-file parent="/manifest/application/activity" target="AndroidManifest.xml">
Expand Down

0 comments on commit 0174c69

Please sign in to comment.