Button question?
#1
I'm making a skin for android system and wanted to know if i could make a button to link to skype. <onclick>ActivateWindow( andriod location of skype )</onclick>
Reply
#2
So i know how to do this but would like it to just open skype <onclick>ActivateWindow(videos,androidapp://sources/apps,return)</onclick>
Reply
#3
see: List_of_built-in_functions (wiki)

Quote:StartAndroidActivity(package,[intent,dataType,dataURI])
Launch an Android native app with the given package name. Optional parms (in order): intent, dataType, dataURI.

so something like this should get you started:
Code:
<onclick>StartAndroidActivity(com.skype.raider)</onclick>
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#4
Thank you i'll give it a try
Reply
#5
That worked great thank you
Reply

Logout Mark Read Team Forum Stats Members Help
Button question?0