Skip to content

Commit

Permalink
example: add Internet permission explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
johan12345 committed Jul 24, 2020
1 parent 3d229c8 commit 5d14324
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
xmlns:android="http://schemas.android.com/apk/res/android">

<!-- Needed for Open Street Maps -->
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>

Expand Down

0 comments on commit 5d14324

Please sign in to comment.