File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ This is an example.
3232Regarding permissions, you may need the following settings in your ` AndroidManifest.xml ` file:
3333
3434 <uses-permission android:name="android.hardware.sensor.proximity"/>
35- <uses-permission android:name="android.permission.BODY_SENSORS_BACKGROUND"/>
3635 <uses-permission android:name="android.permission.ACTIVITY_RECOGNITION"/>
3736 <uses-permission android:name="android.permission.WAKE_LOCK"/>
3837
Original file line number Diff line number Diff line change 22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
33 package =" dev.jeremyko.proximity_sensor" >
44 <uses-permission android : name =" android.hardware.sensor.proximity" />
5- <uses-permission android : name =" android.permission.BODY_SENSORS_BACKGROUND" />
65 <uses-permission android : name =" android.permission.ACTIVITY_RECOGNITION" />
76 <uses-permission android : name =" android.permission.WAKE_LOCK" />
87
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ This is an example.
3030Regarding permissions, you may need the following settings in your ` AndroidManifest.xml ` file:
3131
3232 <uses-permission android:name="android.hardware.sensor.proximity"/>
33- <uses-permission android:name="android.permission.BODY_SENSORS_BACKGROUND"/>
3433 <uses-permission android:name="android.permission.ACTIVITY_RECOGNITION"/>
3534
3635** Some recent devices use virtual proximity sensors. There are no physical sensors. I found it hard to trust the sensor information in this case.**
You can’t perform that action at this time.
0 commit comments