4 lines
126 B
Bash
Executable File
4 lines
126 B
Bash
Executable File
#!/system/bin/sh
|
|
export CLASSPATH=/system/framework/bmgr.jar
|
|
exec app_process /system/bin com.android.commands.bmgr.Bmgr "$@"
|