universal7885: SamsungParts: Use activity name specified on AndroidManifest.xml

Change-Id: I98df41354e39e04cdcc06701d6663ad362795bdf
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
roynatech2544 2021-11-16 19:19:16 +09:00
commit dd3ffdff56
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
3 changed files with 10 additions and 10 deletions

View file

@ -410,7 +410,7 @@ open class CameraLightSensorService : Service() {
companion object {
protected val TAG: String = CameraLightSensorService::class.java.simpleName
const val DEBUG = true
const val DEBUG = false
protected const val CAMERA_CHOICE = CameraCharacteristics.LENS_FACING_FRONT
private const val DELAY = 5 * 1000 // 5 Seconds
fun BatteryOptimization(context: Context?) {
@ -425,4 +425,4 @@ open class CameraLightSensorService : Service() {
}
}
}
}
}