Hi I know, don't use internal stuff, but I at least need to figure out if it can be done (plus getting to know some down and dirty tricks never hurts).
So, is there a way in to do something like this: http://stackoverflow.com/questions/9733356/ending-the-out-going-call in M4A? I've found a thread that seems to deal with something similar (http://mono-for-android.1047100.n5.nabble.com/JNIEnv-questions-problems-tp5645157.html) but I'm wondering if I knowing the interface I couldn't just cast similar to the AIDL sample here: https://github.com/xamarin/monodroid-samples/tree/master/AIDLDemo/AIDLDemo alternatively, I'm at a loss how to handle methods via JNI that take a non class input (say bool), or that do not have a return type. The samples up on xamarin.com seem to deal with methods that have no parameters and return something that derives from object. Thanks Stephan -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/using-ITelephony-aidl-using-native-OS-interfaces-tp5713066.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
