Add support for hiding the icon in the status bar and the notification on the lockscreen.

This adds proper settings to toggle GB behavior and closes #460.
This commit is contained in:
Daniele Gobbetti
2017-01-08 15:51:56 +01:00
parent 5c8f02d054
commit c1abaaa4e0
4 changed files with 17 additions and 1 deletions
+6
View File
@@ -30,6 +30,12 @@
android:entryValues="@array/pref_language_values"
android:defaultValue="default"
android:summary="%s" />
<CheckBoxPreference
android:defaultValue="false"
android:key="minimize_priority"
android:summaryOff="@string/pref_summary_minimize_priority_off"
android:summaryOn="@string/pref_summary_minimize_priority_on"
android:title="@string/pref_title_minimize_priority" />
</PreferenceCategory>
<PreferenceCategory
android:key="pref_key_datetime"