Logic here is since APP can tell if QS panel flash is on, and APP cannot control QS to modify state, just disable turning off flash if QS has turned it on
- Revert 2776ddb454
18 lines
429 B
Plaintext
18 lines
429 B
Plaintext
android_app {
|
|
name: "FlashControl",
|
|
srcs: [
|
|
"src/**/*.kt",
|
|
],
|
|
platform_apis: true,
|
|
certificate: "platform",
|
|
static_libs: [
|
|
"androidx.preference_preference",
|
|
"vendor.samsung_ext.hardware.camera.flashlight-V1-java",
|
|
],
|
|
defaults: ["SettingsLibDefaults"],
|
|
required: [
|
|
"vendor.samsung_ext.hardware.camera.flashlight-service",
|
|
],
|
|
system_ext_specific: true,
|
|
}
|