richk / ProjectBeacon

The magic of beacons
5 stars 0 forks source link

Fix for the OOM crash #21

Closed richk closed 9 years ago

richk commented 9 years ago

@madhurk Check out the changes. Here's what I did. Eliminated loading of all app icons in memory while getting all installed packages from PM. Scaled bitmap of app icons to 36K if they are bigger, in PackageAdapter Saved ApplicationInfo instead of Drawables for all installed apps in PackageAdapter. Removed some unnecessary log messages.