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