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 "$@"