Matrix bug system.platform.android
#1
Hello,
I think there is a bug in xbmc.getCondVisibility ('system.platform.android') for kodi 19 as it always returns False.
In my codes I solve it using the condition
Code:
'ANDROID_STORAGE' in os.environ
but in other parts of kodi like settings.xml it is not possible to do this.
Reply

Logout Mark Read Team Forum Stats Members Help
Matrix bug system.platform.android0