[2/2] OmniControl: Add custom fingerprint icon support
OmniGears: custom fingerprint icon [2/2]
* Create a new entry in the dashbord
* Also move the haptic feedback toggle
[micky387]
* Remove Fp vibration toggle
[maxwen] new API to copy the image into SystemUI settings
To prevent any grant uri issues do it like wallpaper and
copy the image to a file SystemUI can read without issues
Change-Id: I77b2962c5f525d0828193b5871f197bed74becc6
diff --git a/Android.bp b/Android.bp
index 405998a..27154ab 100644
--- a/Android.bp
+++ b/Android.bp
@@ -23,7 +23,8 @@
"androidx.recyclerview_recyclerview",
"OmniLib",
"OmniLibCore",
- "OmniPreferenceTheme"
+ "OmniPreferenceTheme",
+ "SystemUISharedLib",
],
kotlincflags: ["-Xjvm-default=enable"],