Christian Jungerius
Christian Jungerius
This looks promising as also a solution to my item on [https://forum.kodi.tv/showthread.php?tid=367878](https://forum.kodi.tv/showthread.php?tid=367878). How can we try it out?
> As noted, I have to fix an issue with setting flags first. Then I can link a testbuild. Thanks, would be really nice. Some more questions, looking at the...
@a1rwulf I believe the intent is actually "android.intent.action.MAIN". It's something like this what we want to translate: ``` am start -n com.retroarch/.browser.retroactivity.RetroActivityFuture -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -e ROM "xxxx" -e...
I guess once merged I can simply test it with a nightly build from kodi. With prior testing in v19 I already prepared all the addon code to run with...
@a1rwulf Nice thanks. I'll give it a try here.
Did a couple of tests. Succeeded in starting up a package without any extra parameters. Still busy on that part, getting the syntax correct. Won't have access to test box...
@a1rwulf, Getting a bit further. Intent value is still bugging me though. Flags seems to be okay. I didnt escape quotes in the json string for the extras parameter, but...
@a1rwulf not to confuse but indeed I was trying to provide the correct value for the intent parameter from StartAndroidActivity() that translates into the intent action value that gets injected...
Okay, seems that it does use the external ServiceLocator using it normally in a webapp. But I tried it in a testclass with the SecurityConfiguration.Current.Verify(..) and there it doesn't call...
You are quite right. I was trying to test it with open generic controllers. This depends quite some on the service locator. You might say that indeed this is out...