sparkfunX / Skimmer_Scanner

A mobile app for detecting bluetooth gas pump credit card skimmers
Other
315 stars 48 forks source link

Permissions and Cleanup #6

Closed fladna9 closed 6 years ago

fladna9 commented 7 years ago

Hi people !

Just few questions :

*.userprefs
bin/
obj/
Tools/
packages/
.vs/
Resource.designer.cs

as all these files can be recovered or are not needed to compile :

Thanks for this app, really interesting. Maybe i'll see to add more devices if i have any spare time/resources available.

Cheers, Max

timtheguy commented 6 years ago

Hi Max, Though I am not a developer on this application, the android.permission.ACCESS_COARSE_LOCATION and android.permission.ACCESS_FINE_LOCATION are required because of the added transparency added for user data in Android 6.0. In this case, Bluetooth scans can be used to gather information about the location of the user. You can read more on the Android Developers website.

All the best, Tim

timtheguy commented 6 years ago

@fladna9 - I've addressed your concerns with regards to the .gitignore file and some of the build files populating into the repo. Good catch!

Tim

fladna9 commented 6 years ago

@timtheguy Hi ! From the link you've sent, seems that only one of the two location is required, like the coarse one. ;) Didn't saw this page during my search on this topic. But indeed, seems fair because you may locate a user depending on what device is found near him.

No problem for the gitignore, use it on any Xamarin project you work on, it'll be fine ;)

Max