Hi all, I've gp the sample code for Browser plugin from the Froyo source code: /development/samples/BrowserPlugin/
I built the plugin and install it on emulators (GingerBread and Honeycomb). I test it with opening a local html file with the web browser and it works/ However, when I install the plugin on my device and I open the same html file with my browser, nothing happens. The plugin is not loaded. Do you have any idea ? Here the trace of the Log 05-18 21:43:38.180: D/PackageManager(105): Scanning package com.android.sampleplugin 05-18 21:43:38.190: I/PackageManager(105): Unpacking native libraries for /data/app/com.android.sampleplugin-1.apk 05-18 21:43:38.230: D/installd(70): DexInv: --- BEGIN '/data/app/ com.android.sampleplugin-1.apk' --- 05-18 21:43:38.310: D/installd(70): DexInv: --- END '/data/app/ com.android.sampleplugin-1.apk' (success) --- 05-18 21:43:38.330: D/PackageManager(105): Services: com.android.sampleplugin.SamplePlugin 05-18 21:43:38.330: I/ActivityManager(105): Force stopping package com.android.sampleplugin uid=10079 05-18 21:43:38.480: I/installd(70): move /data/dalvik-cache/ data@a...@com.android.sampleplugin-1.apk@classes.dex -> /data/dalvik- cache/data@a...@com.android.sampleplugin-1.apk@classes.dex 05-18 21:43:38.480: D/PackageManager(105): New package installed in / data/app/com.android.sampleplugin-1.apk 05-18 21:43:38.480: W/PackageManager(105): Unknown permission android.webkit.permission.PLUGIN in package com.android.sampleplugin 05-18 21:43:39.800: D/VoiceDialerReceiver(4549): onReceive Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.android.sampleplugin flg=0x10000000 cmp=com.android.voicedialer/.VoiceDialerReceiver (has extras) } Thank in advance Megaman X -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en