Bug 703069 - Do a better job of guessing plugin package name r=blassey
This commit is contained in:
@@ -1274,8 +1274,7 @@ public class GeckoAppShell
|
||||
Log.i(LOGTAG, "libName: " + libName);
|
||||
|
||||
try {
|
||||
String[] split = libName.split("/");
|
||||
String packageName = split[split.length - 3];
|
||||
String packageName = GeckoApp.mAppContext.getPluginPackage(libName);
|
||||
Log.i(LOGTAG, "load \"" + className + "\" from \"" + packageName +
|
||||
"\" for \"" + libName + "\"");
|
||||
Context pluginContext =
|
||||
|
||||
Reference in New Issue
Block a user