/RockLock/res/xml/prefs.xml

http://eyes-free.googlecode.com/ · XML · 9 lines · 8 code · 1 blank · 0 comment · 0 complexity · 5ed564533e4bcf0d14258048bae03691 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
  3. <CheckBoxPreference android:key="use_as_prelock"
  4. android:title="Use as pre-lock"
  5. android:summaryOn="Rock Lock will be displayed before your lockscreen is shown. If you do not have a lock pattern, Rock Lock will act as your lockscreen."
  6. android:summaryOff="(Default) Rock Lock will have no effect on your lockscreen."
  7. android:defaultValue="false" />
  8. </PreferenceScreen>