unplugged-system/frameworks/base/cmds/content/content.sh

4 lines
135 B
Bash
Raw Normal View History

#!/system/bin/sh
export CLASSPATH=/system/framework/content.jar
exec app_process /system/bin com.android.commands.content.Content "$@"