Files
roynatech2544 8ca9bd12ef FlashControl: Do not tamper with settings
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
2023-05-24 15:26:58 +09:00

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,
}