Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
8eb891be6f53118cb4b116fe29d131de166957c1
/
.
/
cmds
/
locksettings
/
locksettings
blob: 0ef4fa9f67711207d643c751823bfe36b7517221 [
file
] [
log
] [
blame
]
#!/system/bin/sh
# 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
"$@"