Disable Proximity Sensor during call

前端 未结 9 1738
春和景丽
春和景丽 2021-02-01 02:44

I dropped my phone and looks like my proximity sensor no longer works reliably. It returns Near all the time. The problem is, the display turns off during call and I wo

9条回答
  •  名媛妹妹
    2021-02-01 03:31

    Unfortunately my proximity sensor doesn't work, too (always returns 0.0 cm). I found the way, but not easy one: you need to root your phone, install XPOSED framework and Sensor Disabler (https://play.google.com/store/apps/details?id=com.mrchandler.disableprox). You can mock proximity sensor return value in the app. (e.g. always return 2.0 cm). Then your display will be always on during the call.

提交回复
热议问题