mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 20:15:32 -04:00
universal7885: CamLightSensor: use ACTION_USER_PRESENT
...instead of ACTION_SCREEN_ON Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
897280850b
commit
cab7cfd593
2 changed files with 3 additions and 3 deletions
|
|
@ -34,7 +34,7 @@
|
|||
android:foregroundServiceType="camera">
|
||||
<intent-filter android:priority="1000">
|
||||
<action android:name="android.intent.action.SCREEN_OFF" />
|
||||
<action android:name="android.intent.action.SCREEN_ON" />
|
||||
<action android:name="android.intent.action.ACTION_USER_PRESENT" />
|
||||
</intent-filter>
|
||||
</service>
|
||||
</application>
|
||||
|
|
|
|||
Loading…
Reference in a new issue