anish-adm/trust_fall

Add option to not check mock location

Opened this issue · 2 comments

I'm not using GPS so I don't want to add the permission.

Same, having the app suddenly requiring location permission raises all kind of issue with management.

Same issue. This is absolutely needed.

@anish-adm
This can be fixed by removing the hardcoded permission in your Manifest file and let the user add those permissions if they need it in their manifest file. If you just mention the required permissions in README it should be enough.