From 9f2328457e973ef835faa04edef1d64b24954487 Mon Sep 17 00:00:00 2001 From: Moxie Marlinspike Date: Thu, 19 Jan 2017 18:42:17 -0800 Subject: [PATCH] Mark application largeHeap // FREEBIE --- AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index daf250a0f..7e30f6ecd 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -95,7 +95,8 @@ android:supportsRtl="true" tools:replace="android:allowBackup" android:allowBackup="false" - android:theme="@style/TextSecure.LightTheme"> + android:theme="@style/TextSecure.LightTheme" + android:largeHeap="true">