Kodi Community Forum

Full Version: Matrix bug system.platform.android
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.