Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9befde04 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 21648 into eclair

* changes:
  Remove the hack to include Gears as it is gone now.
parents bd022f42 325eabdc
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -147,11 +147,6 @@ public class PluginManager {
            }
            directories.add(directory);
        }
        // hack for gears for now
        String gears = mContext.getDir("plugins", 0).getPath();
        if (!directories.contains(gears)) {
            directories.add(gears);
        }
        return directories.toArray(new String[directories.size()]);
    }