am 340990a2: am af487099: Merge "Fix 4560303: Add setting to lock later when power button pressed" into ics-mr1
* commit '340990a2d29f566b83dc551e3c5f748c96bd99f2': Fix 4560303: Add setting to lock later when power button pressed
This commit is contained in:
@@ -42,6 +42,10 @@
|
||||
android:entryValues="@array/lock_after_timeout_values"
|
||||
android:persistent="false"/>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="power_button_instantly_locks"
|
||||
android:title="@string/lockpattern_settings_enable_power_button_instantly_locks"/>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="unlock_tactile_feedback"
|
||||
android:title="@string/lockpattern_settings_enable_tactile_feedback_title"/>
|
||||
|
||||
@@ -34,6 +34,10 @@
|
||||
android:entryValues="@array/lock_after_timeout_values"
|
||||
android:persistent="false"/>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="power_button_instantly_locks"
|
||||
android:title="@string/lockpattern_settings_enable_power_button_instantly_locks"/>
|
||||
|
||||
<PreferenceScreen
|
||||
android:fragment="com.android.settings.OwnerInfoSettings"
|
||||
android:key="owner_info_settings"
|
||||
|
||||
@@ -38,6 +38,10 @@
|
||||
android:entryValues="@array/lock_after_timeout_values"
|
||||
android:persistent="false"/>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="power_button_instantly_locks"
|
||||
android:title="@string/lockpattern_settings_enable_power_button_instantly_locks"/>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="unlock_tactile_feedback"
|
||||
android:title="@string/lockpattern_settings_enable_tactile_feedback_title"/>
|
||||
|
||||
@@ -34,6 +34,10 @@
|
||||
android:entryValues="@array/lock_after_timeout_values"
|
||||
android:persistent="false"/>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="power_button_instantly_locks"
|
||||
android:title="@string/lockpattern_settings_enable_power_button_instantly_locks"/>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="unlock_tactile_feedback"
|
||||
android:title="@string/lockpattern_settings_enable_tactile_feedback_title"/>
|
||||
|
||||
Reference in New Issue
Block a user