[tor-commits] [orbot/master] added pref for persist notifications

n8fr8 at torproject.org n8fr8 at torproject.org
Thu Jan 26 01:12:35 UTC 2012


commit 1a7afea671ae98467551ec145e2cb937660960b9
Author: Nathan Freitas <nathan at freitas.net>
Date:   Wed Jan 25 20:09:44 2012 -0500

    added pref for persist notifications
---
 res/xml/preferences.xml |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 743cf27..40955db 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -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" 





More information about the tor-commits mailing list