2024-12-27, 08:56
Hi I am building an addon that needs to be able to open a web page. I was able to get it to work on linux but was unable to get it to work on android devices.
I keep getting this error
2024-12-27 11:30:22.675 T:22870 error <general>: StartActivity: ExceptionOccurred launching 'com.android.browser'
Code:
xbmc.executebuiltin("StartAndroidActivity('com.android.browser','android.intent.action.VIEW','{}')".format(url))
I keep getting this error
2024-12-27 11:30:22.675 T:22870 error <general>: StartActivity: ExceptionOccurred launching 'com.android.browser'
Code:
xbmc.executebuiltin("StartAndroidActivity('com.android.browser','android.intent.action.VIEW','{}')".format(url))