Samsung / Castanets

Edge distributed web engine. Part of web engine processes are offloaded to a powerful devices and only graphical results are processed in local devices. This way, we overcome both CPU limitations and memory limitations of the low-end local devices
BSD 3-Clause "New" or "Revised" License
46 stars 43 forks source link

[Service Offloading] Additional API Support to Kill Application #344

Closed Chikdolman closed 3 years ago

Chikdolman commented 3 years ago

window.input_control.stopApplication("pkgName") is supported. The API kills pkg of the Android application. When terminating application from remote, stopApplication should be called.

Sunwoo-Nam commented 3 years ago

Isn't there a build break in Windows build?

Chikdolman commented 3 years ago

Isn't there a build break in Windows build?

You are right. Fixed code for Windows build.