trikita / obsqr

obsqr - minimalistic QR and barcode scanner for Android
http://trikita.co/obsqr
MIT License
61 stars 20 forks source link

Remove unused wifi permissions #3

Closed zserge closed 8 years ago

zserge commented 8 years ago

Currently in the manifest there are two permissions:

<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />

Probably these can be safely removed since Obsqr doesn't connect to WiFi automatically anymore