Matekarte: Make lint happy.
This commit is contained in:
parent
3810b9dac3
commit
0e229104fb
|
@ -8,25 +8,25 @@ Auto Name:Matekarte
|
||||||
Summary:Find retailers for Mate drink in Germany
|
Summary:Find retailers for Mate drink in Germany
|
||||||
Description:
|
Description:
|
||||||
Android client for [https://www.matekarte.de/ Matekarte], which lets you find
|
Android client for [https://www.matekarte.de/ Matekarte], which lets you find
|
||||||
you locations of nearby dealers for Yerba Mate drinks like Club-Mate,
|
you locations of nearby dealers for Yerba Mate drinks like Club-Mate, Flora
|
||||||
Flora Power, 1337MATE, and many more.
|
Power, 1337MATE, and many more.
|
||||||
|
|
||||||
Special thanks to [https://www.pascalj.de Pascal] for creating Matekarte.de and
|
Special thanks to [https://www.pascalj.de Pascal] for creating Matekarte.de and
|
||||||
the excellent API on this.
|
the excellent API on this.
|
||||||
|
|
||||||
*Warning:* This app is not ready yet. Currently, I'm working on it and try to
|
Warning: This app is not ready yet. Currently, I'm working on it and try to
|
||||||
develop a stable version of it. Please be aware that there might be (and will
|
develop a stable version of it. Please be aware that there might be (and will
|
||||||
be) bugs. I'm open for any bug reports created by you!
|
be) bugs. I'm open for any bug reports created by you!
|
||||||
|
|
||||||
Explanation for permissions:
|
Explanation for permissions:
|
||||||
|
|
||||||
* ACCESS_COARSE_LOCATION: Locating you and your device for looking up dealers
|
* ACCESS_COARSE_LOCATION: Locating you and your device for looking up dealers
|
||||||
* ACCESS_FINE_LOCATION: See above
|
* ACCESS_FINE_LOCATION: See above
|
||||||
* ACCESS_WIFI_STATE: Location determination by WiFi for faster location lookups
|
* ACCESS_WIFI_STATE: Location determination by WiFi for faster location lookups
|
||||||
* ACCESS_NETWORK_STATE: To check if the app can connect to the internet.
|
* ACCESS_NETWORK_STATE: To check if the app can connect to the internet.
|
||||||
* INTERNET: Download map tiles and dealers
|
* INTERNET: Download map tiles and dealers
|
||||||
* WRITE_EXTERNAL_STORAGE: Caching map tiles
|
* WRITE_EXTERNAL_STORAGE: Caching map tiles
|
||||||
* CALL_PHONE: Opening the dialer app for calling any dealer, if a phone number
|
* CALL_PHONE: Opening the dialer app for calling any dealer, if a phone number was added.
|
||||||
was added.
|
|
||||||
|
|
||||||
.
|
.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue