Skip to content

Commit

Permalink
app, permissions request
Browse files Browse the repository at this point in the history
  • Loading branch information
urmichm committed Apr 18, 2022
1 parent cdb5f0f commit 78fb2c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.github.urmichm.dianaexample">

<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>

<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
Expand Down

0 comments on commit 78fb2c3

Please sign in to comment.