Skip to content

Commit

Permalink
Fixes #278: Image OOM
Browse files Browse the repository at this point in the history
Adds `largeHeap="true"` to request more memory for the app, bypassing the OOM exception we're seeing when rendering large bitmaps.
  • Loading branch information
mshmsh5000 committed May 5, 2016
1 parent 871ab30 commit d0a3fd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<uses-permission android:name="org.dosomething.letsdothis.permission.C2D_MESSAGE" />

<application
android:largeHeap="true"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
Expand Down

0 comments on commit d0a3fd8

Please sign in to comment.