React-native-orientation: Bluetooth permission

Created on 22 Jul 2016  路  2Comments  路  Source: yamill/react-native-orientation

I noticed that after I included this module, my app was using bluetooth permissions. I had a quick look through this repo and the only reference I can find to bluetooth is the <uses-permission /> tag in AndroidManfiest.xml.

I was able to remove the permission from my app by putting <uses-permission android:name="android.permission.BLUETOOTH" tools:node="remove" /> in my app's AndroidManifest.xml, and everything still works fine, so is this permission really needed or should it be removed from this module?

confirmed-bug

Most helpful comment

Noticed the same today... Will do the same as @jwarby

For everyone interested, you need to add this first to your manifest tag:
xmlns:tools="http://schemas.android.com/tools"

All 2 comments

Noticed the same today... Will do the same as @jwarby

For everyone interested, you need to add this first to your manifest tag:
xmlns:tools="http://schemas.android.com/tools"

v2.0.0 resolves this. Please update. Cheers

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MrEdinLaw picture MrEdinLaw  路  3Comments

RafaelHovhannisyan picture RafaelHovhannisyan  路  3Comments

balmasich picture balmasich  路  6Comments

shaikhussian picture shaikhussian  路  8Comments

thehappycoder picture thehappycoder  路  4Comments