Skip to content

Commit

Permalink
remove package value
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjdavidson authored Jul 15, 2024
1 parent 9deab22 commit d7cd785
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="kjd.reactnative.bluetooth">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
</manifest>


0 comments on commit d7cd785

Please sign in to comment.