[android-developers] npapi plugin for android

2010-12-21 Thread bill dr
hi, I am trying to write an npapi plugin for android browser. i found that the android 2.2 sdk supply only the pluginstub interface for that purpose. has anyone any idea about the manner that we could implement that interface. is there any example to clarify that issue. Please help me, all clues

[android-developers] NPAPI plugins

2010-12-13 Thread bill dr
Hi, I am planning to developp an NPAPI plugin for android browser. the first thing that I want to know is: does android 2.2 web browser supports NPAPI plugins. if yes, how can I enable this support (where to put the plugin's .so ...) if not what kind of plugin should I write for Android 2.2 web ap