Hi to all,
i am developping an android app which can initiate Skype calls using Skype URI:
Ti.Platform.openURL("skype:" + skypeId +"?call")
I want to detect Skype call end so that i can regain focus on my app. Any idea how can i make it?