mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 11:05:59 +00:00
6 lines
280 B
Bash
6 lines
280 B
Bash
#!/system/bin/sh
|
|
BASEDIR=$(dirname "$0")
|
|
DEX="$BASEDIR"/rish_shizuku.dex
|
|
[ -z "$RISH_APPLICATION_ID" ] && export RISH_APPLICATION_ID="com.bintianqi.owndroid"
|
|
/system/bin/app_process -Djava.class.path="$DEX" /system/bin --nice-name=rish rikka.shizuku.shell.ShizukuShellLoader "$@"
|