From: rmceoin Date: Sun, 9 Aug 2009 22:47:35 +0000 (+0000) Subject: OI Safe: added new preference to control lock on screen lock X-Git-Url: https://hydra-www.ietfng.org/gitweb/?a=commitdiff_plain;h=ee8e50bd76bb90dab31d0c557f34dfa02ed50068;p=android-vcpass-oisafe OI Safe: added new preference to control lock on screen lock git-svn-id: http://openintents.googlecode.com/svn/trunk/Safe@2272 72b678ce-9140-0410-bee8-679b907dd61a --- diff --git a/default.properties b/default.properties index 9c6195e..0a007ab 100644 --- a/default.properties +++ b/default.properties @@ -8,7 +8,7 @@ # project structure. # Project target. -target=android-2 +target=android-3 # apk configurations. This property allows creation of APK files with limited # resources. For example, if your application contains many locales and # you wish to release multiple smaller apks instead of a large one, you can diff --git a/res/values/strings.xml b/res/values/strings.xml index f90eba9..930bdb2 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -161,6 +161,12 @@ Auto lock timeout + + Lock on screen lock + + + Lock when the screen locks + Keypad diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index 3b062fc..2bd20f1 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -38,7 +38,11 @@ android:entryValues="@array/pref_entryvalues_lock_timeout" android:dialogTitle="@string/pref_dialog_title_lock_timeout" android:defaultValue="5" /> - +