Fix issues around location in nearby activity

This commit is contained in:
maskara 2017-11-25 18:24:26 +05:30
parent 90857d09cc
commit 2796e4277c
6 changed files with 180 additions and 97 deletions

View file

@ -16,6 +16,9 @@
<uses-permission android:name="com.google.android.apps.photos.permission.GOOGLE_PHOTOS"/>
<uses-permission android:name="android.permission.READ_LOGS"/>
<!-- Needed only if your app targets Android 5.0 (API level 21) or higher. -->
<uses-feature android:name="android.hardware.location.gps" />
<application
android:name=".CommonsApplication"
android:icon="@drawable/ic_launcher"