Hi,
Is there a way to make the TV restart or reinitialise a running app by a call from inside the app?
Thank you!
Hi,
Is there a way to make the TV restart or reinitialise a running app by a call from inside the app?
Thank you!
It work in the emulator with this.tizen.application.launch(‘APP ID’, () => { }, (e) => {} );
but not on the TV