googlearchive / android-fit

Migrated:

Home Page:https://github.com/android/fit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BasicHistorySessions: Request Fine Location Permissions isn't shown

cmunter opened this issue · comments

Shouldn't BasicHistorySessions manifest include:
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
Otherwise Request Permissions isn't shown

The example doesn't have any permissions requested in its manifest. It should contain:

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

I am closing this issue/PR, as it has been migrated to the new repo linked above in the comments. Thank you!