Файлы System/bin Android 12. Справочник.


  Все     Команда     Скрипт     Служба     Приложение  

incident-helper-cmd - исходный текст
#!/system/bin/sh
# Script to start "incident_helper_cmd" on the device
#
base=/system
export CLASSPATH=$base/framework/incident-helper-cmd.jar
exec app_process $base/bin com.android.commands.incident.IncidentHelper "$@"