Cherish: Add Lockscreen album art filter [2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
eldainosor
2021-05-28 10:50:01 +07:00
committed by Hưng Phan
parent 323f6e87fb
commit 807d033bd3
3 changed files with 34 additions and 1 deletions

View File

@@ -239,6 +239,15 @@
android:title="@string/lockscreen_media_art_title"
android:summary="@string/lockscreen_media_art_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="lockscreen_albumart_filter"
android:title="@string/lockscreen_albumart_filter_title"
android:summary="%s"
android:entries="@array/lockscreen_albumart_filter_entries"
android:entryValues="@array/lockscreen_albumart_filter_values"
android:dependency="lockscreen_media_art"
android:defaultValue="0" />
<Preference
android:key="keygaurd_batterybar"