Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_frameworks_base
/
149ff697ffc5b8ba227f4fe6eec4d7cc9520c0ee
/
.
/
cmds
/
locksettings
/
locksettings
blob: c963b238726b1140464c861dca4dce005cb4446d [
file
] [
log
] [
blame
]
# Script to start "locksettings" on the device
#
base
=/
system
export
CLASSPATH
=
$base
/
framework
/
locksettings
.
jar
exec
app_process $base
/
bin com
.
android
.
commands
.
locksettings
.
LockSettingsCmd
"$@"