Kodi Community Forum

Full Version: Skin.SetFile for Android apps
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I can't get this to open the Android app folder correctly -

Code:
Skin.SetFile(SetItemType,androidapp://sources/apps/)

Anyone know why?

Thanks.
Try this
Code:
Skin.SetFile(SetItemType,androidapp://sources/apps,return)
,return is used when opening a window.

It appears you can't directly get access to that folder because I can't even find it using the file browser.

Can anyone confirm this so I can forget about trying to code this?

Thanks.