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