We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3947bea commit 8b2b825Copy full SHA for 8b2b825
1 file changed
android-refimpl-app/app/src/main/java/com/zoffcc/applications/trifa/CallingActivity.java
@@ -2210,7 +2210,7 @@ public void onSensorChanged(SensorEvent event)
2210
{
2211
if (event.sensor.getType() == Sensor.TYPE_PROXIMITY)
2212
2213
- Log.i(TAG, "onSensorChanged:value=" + event.values[0] + " max=" + proximity_sensor.getMaximumRange());
+ // Log.i(TAG, "onSensorChanged:value=" + event.values[0] + " max=" + proximity_sensor.getMaximumRange());
2214
if (event.values[0] < proximity_sensor.getMaximumRange())
2215
2216
// close to ear
0 commit comments