Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_frameworks_base
/
d86b8fea43ebb6e5c31691b44d8ceb0d8d3c9072
/
.
/
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
"$@"