Files
android_device_samsung_e3q/rootdir/system/bin/app_process32
2025-08-03 01:01:27 +02:00

6 lines
140 B
Bash
Executable File

#!/system/bin/sh
#
# Shim für Zygote, damit app_process32 aus app_process64 aufgerufen wird.
exec /system/bin/app_process64 --zygote "$@"