Hi all,

The following I already posted to Android-NDK forum, but i wasn't get
any responses,  Thats why I am posting the same here, by expecting a
help from this forum. Sorry for the duplicate postings.

I am wrote JNI wrapper to broadcast Intent from native code.

But i am facing the following issue.

If i wasn't add any receiver filter for my broadcast action in my
application manifest file(that means i am not receiving the brodcasted
intent from my Application). I am able to broadcast Intents to an
unlimited number. But if I add the broadcast receiver for the action
which i broadcast from my native code, I am able to broadcast only 9
Intents.

Here Each Intent holding maximum of 300 bytes of data as a
parcellable.

Is Android suggest to broadcast Intents from Native code?

Is there any other way to communicate Application from native code
asynchronously?

How does the android framework communicate from native code to JAVA
applications.

Thanks in advance.

Regards,
Anzi

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to