/RockLock/res/xml/prefs.xml
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 4 <CheckBoxPreference android:key="use_as_prelock" 5 android:title="Use as pre-lock" 6 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." 7 android:summaryOff="(Default) Rock Lock will have no effect on your lockscreen." 8 android:defaultValue="false" /> 9</PreferenceScreen>