Hi!
I'm trying to launch apps directly from my app on Gear 2 and it works for all apps but S Voice and Controls.... I'm using the same code to launch for all apps.
Example:
- Code
-
tizen.application.launch("com.samsung.svoice-w", onsuccess);
Nothing happens when I want to start the SVoice or Controls app this way. BUT, if I first start SVoice manually with the Gear 2 internal app launcher and then run this code SVoice will start like it should! Even if I exit SVoice with the internal task manager. So it needs to be started manually that's not what I want.
So maybe the internal launcher starts any needed services for SVoice?
I also need to say that no error occurs. Everything works "fine" from the code side...
Any ideas?
Best
Yumi