universal7885: CameraLightSensor: Use correct code to start service

* W ActivityManager: Unable to start service Intent { cmp=com.eurekateam.cameralightsensor/.CameraLightSensorService } U=0: not found

* Ref: https://stackoverflow.com/questions/19105587/unable-to-start-service-intent-not-found

* Makes BootReceiver unable to start service
This commit is contained in:
roynatech2544 2021-11-13 19:19:44 +09:00
commit e4569f7c82
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
5 changed files with 6 additions and 23 deletions

View file

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string-array translatable="false" name="config_tether_wifi_regexs">
<item>"wlan\\d"</item>
<item>"swlan\\d"</item>
</string-array>
</resources>