mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-04-28 12:17:57 +03:00
7 lines
124 B
Java
7 lines
124 B
Java
package android.app;
|
|
|
|
public class KeyguardManager {
|
|
public boolean inKeyguardRestrictedInputMode() {
|
|
return false;
|
|
}
|
|
}
|