Erel... i guess i'll have to wait for 4.3 cz my phone still running 4.1... any ideas to still work it...?
lastly 1 small clarification:-
in your code
Dim extras As JavaObject = jno.GetField("extras")
extras.RunMethod("size", Null)
Log(extras)
Dim title As String = extras.RunMethod("getString", Array As Object("android.title"))
how did you know about "extras"... or... "size"... or ... "android.title"...??? is this stuff in the android sdk or java etc...
cz how would i know something like that exists??
is there something to read/learn from... so i know what i could write in those quotes(" ") ?
thanx,
YO!han