Bug 590225 - webapps OS level integration : Android a=blocking-fennec, r=mwu, r=vladimir

This commit is contained in:
Brad Lassey
2010-10-04 10:54:40 -04:00
parent 79b8b1cb22
commit b02c027c7f
14 changed files with 344 additions and 4 deletions

View File

@@ -562,3 +562,8 @@ extern "C" JNIEnv * GetJNIForThread()
{
return mozilla::AndroidBridge::JNIForThread();
}
jclass GetGeckoAppShellClass()
{
return mozilla::AndroidBridge::GetGeckoAppShellClass();
}