Settings.Secure.LockPatternTactileFeedbackEnabled Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
deprecated
Whether lock pattern will vibrate as user enters (0 = false, 1 = true)
[Android.Runtime.Register("LOCK_PATTERN_TACTILE_FEEDBACK_ENABLED")]
[System.Obsolete("deprecated")]
public const string LockPatternTactileFeedbackEnabled;
[<Android.Runtime.Register("LOCK_PATTERN_TACTILE_FEEDBACK_ENABLED")>]
[<System.Obsolete("deprecated")>]
val mutable LockPatternTactileFeedbackEnabled : string
Field Value
- Attributes
Remarks
Whether lock pattern will vibrate as user enters (0 = false, 1 = true)
This member is deprecated. Starting in VERSION_CODES#JELLY_BEAN_MR1
the lockscreen uses Settings.System#HAPTIC_FEEDBACK_ENABLED
. Accessing this setting from an app that is targeting VERSION_CODES#M
or later throws a SecurityException
.
Java documentation for android.provider.Settings.Secure.LOCK_PATTERN_TACTILE_FEEDBACK_ENABLED
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.