olleb3 / csipsimple

Automatically exported from code.google.com/p/csipsimple
0 stars 0 forks source link

Usage of GPS #98

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I know this isn't a bug, but I was wondering what the app uses location data 
for. I haven't had time to check the source myself yet. 

Original issue reported on code.google.com by IamTheFij on 20 Jul 2010 at 3:14

GoogleCodeExporter commented 9 years ago
Thanks for the issue, it seems to be a source of stress for many people. So 
I'll answer here :).

When I started to write the app, I added to the app manifest a lot of rights in 
order to be sure to be not limited when I write some piece of code.
It was not so easy to debug when the error was only a security issue, so adding 
a lot of rights was just a convenience to speed up my devs.

The location right is one of this right I added and that is absolutely not used 
by the code. 
I noticed this point was commented on the android market, so I recently have 
removed it just after 0.00-12. So 0.00-12-2 and -12-3 available on 
googlecode/downloads and the future 0.00-13 will not require this right anymore.

Btw, even if the right is asked in 0.00-12, there is absolutely no code that 
requires your location data. So no extra battery consumption on this side and 
no privacy infos diffuse to the world :). 
There is other improvements to be done to improve battery usage but gps is not 
one of those.

I'll left this task open until 0.00-13 will be out on the market in order to 
allow other users to understand why gps is asked and to not be afraid about it.

Original comment by r3gis...@gmail.com on 20 Jul 2010 at 6:02

GoogleCodeExporter commented 9 years ago

Original comment by r3gis...@gmail.com on 13 Oct 2010 at 5:18