Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_frameworks_base
/
95f46bf11c8577b4990398c692fc6ce07b3e844b
/
.
/
cmds
/
dpm
/
dpm
blob: e0efdc15a706ce0482fe144c9a009cd4685c1a07 [
file
] [
log
] [
blame
]
#!/system/bin/sh
# 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
"$@"