4 lines
128 B
Plaintext
4 lines
128 B
Plaintext
|
#!/system/bin/sh
|
||
|
export CLASSPATH=/system/framework/abx.jar
|
||
|
exec app_process /system/bin com.android.commands.abx.Abx "$0" "$@"
|