[Flashlight] Added custom color functionality

Added a new button and setting to make use of a custom
color for the on-screen flashlight.
This commit is contained in:
Alexander Dörflinger
2025-04-08 13:21:26 +02:00
parent 2a02a22001
commit fdb2273af1
9 changed files with 178 additions and 86 deletions

View File

@@ -39,6 +39,9 @@ dependencies {
implementation 'androidx.car.app:app:1.4.0'
implementation 'androidx.concurrent:concurrent-futures:1.2.0'
// Color Picker Preference
implementation 'com.github.martin-stone:hsv-alpha-color-picker-android:3.1.0'
//Google Maps SDK
implementation 'com.google.android.gms:play-services-maps:19.1.0'
implementation 'com.google.android.gms:play-services-location:21.3.0'