DEVICE_LOCK_SERVICE property

JString? get DEVICE_LOCK_SERVICE

from: static public final java.lang.String DEVICE_LOCK_SERVICE The returned object must be released after use, by calling the release method.

Implementation

static jni$_.JString? get DEVICE_LOCK_SERVICE =>
    _id_DEVICE_LOCK_SERVICE.getNullable(_class, jni$_.JString.type)
        as jni$_.JString?;