universal7885: CamLightSensor: resolve a typo

Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
roynatech2544 2021-12-14 01:31:19 +09:00
commit 846b03764e
No known key found for this signature in database
GPG key ID: 9675C32163D88D30

View file

@ -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.ACTION_USER_PRESENT" />
<action android:name="android.intent.action.USER_PRESENT" />
</intent-filter>
</service>
</application>