added pref for persist notifications
This commit is contained in:
parent
493d6e22cd
commit
1a7afea671
|
@ -14,6 +14,15 @@ android:key="has_root"
|
|||
android:title="@string/pref_has_root"
|
||||
android:summary="@string/pref_has_root_summary"
|
||||
android:enabled="true"/>
|
||||
|
||||
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="true"
|
||||
android:key="pref_persistent_notifications"
|
||||
android:summary="@string/pref_use_persistent_notifications"
|
||||
android:enabled="true"
|
||||
android:title="@string/pref_use_persistent_notifications_title"/>
|
||||
|
||||
<!--
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="false"
|
||||
|
|
Loading…
Reference in New Issue