Skip to content

Commit

Permalink
Add location permission in Gateway sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshigupta29 committed Sep 18, 2019
1 parent 11f34f0 commit b246324
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="in.co.eko.eko">

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

<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
Expand Down
5 changes: 4 additions & 1 deletion ekopay/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="in.co.eko.ekopay">

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

<application>
<activity android:name=".EkoPayActivity"
android:theme="@style/AppThemeLibrary"
android:configChanges="orientation|screenSize|keyboardHidden|screenLayout|keyboard|layoutDirection"/>
</application>

</manifest>
</manifest>

0 comments on commit b246324

Please sign in to comment.