Skip to content

Commit

Permalink
Disable Lockscreen Media Art [2/2]
Browse files Browse the repository at this point in the history
* toggle to choose whether or not to show album art/media art on lockscreen

Change-Id: I4944202fe971ff0900ecda32561845d4cff0b214
  • Loading branch information
Beanstown authored and xlxfoxxlx committed Jun 20, 2017
1 parent e5d7c3d commit 5d13810
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions res/values/strings.xml
Expand Up @@ -731,6 +731,10 @@
<string name="lockscreen_battery_info_title">Lockscreen charging info</string>
<string name="lockscreen_battery_info_summary">Display negociated charger max current and voltage and battery temperature on lockscreen while charging</string>

<!-- Lockscreen cover art -->
<string name="media_art_title">Media cover art</string>
<string name="media_art_summary">Enable media cover art on the lockscreen</string>

<!-- Fingerprint unlock keystore -->
<string name="fp_unlock_keystore_title">Fingerprint unlock after reboot</string>
<string name="fp_unlock_keystore_summary">Allow device to always be unlocked with fingerprint, even after reboot</string>
Expand Down
6 changes: 6 additions & 0 deletions res/xml/aosip_options.xml
Expand Up @@ -21,6 +21,12 @@
android:layout="@layout/tab_ui"
android:title="@string/options_category" >

<com.aosip.owlsnest.preference.SystemSettingSwitchPreference
android:key="lockscreen_media_metadata"
android:title="@string/media_art_title"
android:summary="@string/media_art_summary"
android:defaultValue="true" />

<com.aosip.owlsnest.preference.SystemSettingSwitchPreference
android:key="lockscreen_battery_info"
android:title="@string/lockscreen_battery_info_title"
Expand Down

0 comments on commit 5d13810

Please sign in to comment.