зеркало из https://github.com/mozilla/pjs.git
bug 704520 - Flash content does not have a placeholder if on Android 3.x r=snorp a=java-only
This commit is contained in:
Родитель
a70d5fedc4
Коммит
b5e9607e1a
|
@ -222,6 +222,9 @@ abstract public class GeckoApp
|
|||
public ArrayList<PackageInfo> mPackageInfoCache = new ArrayList<PackageInfo>();
|
||||
|
||||
String[] getPluginDirectories() {
|
||||
// we don't support Honeycomb and later
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB)
|
||||
return new String[0];
|
||||
|
||||
Log.w(LOGTAG, "zerdatime " + new Date().getTime() + " - start of getPluginDirectories");
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче