Skip to content

Commit 20001d6

Browse files
fix: removed BODY_SENSORS permission that blocked pushes to the play store. (#2840)
1 parent dc62635 commit 20001d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
xmlns:tools="http://schemas.android.com/tools">
33
<uses-permission android:name="android.permission.RECORD_AUDIO" />
4-
<uses-permission android:name="android.permission.BODY_SENSORS" />
54
<uses-feature android:name="android.hardware.usb.host" />
65
<uses-feature
76
android:name="android.hardware.sensor.ambient_temperature"

0 commit comments

Comments
 (0)