From 8bdc25796346af2f58ef21c4e1491bc5f81886c3 Mon Sep 17 00:00:00 2001 From: Arnt Gulbrandsen Date: Tue, 11 Dec 2018 22:23:01 +0100 Subject: [PATCH] Avoid hardware echo cancellation for Fairphone FP2 The issue has as been confirmed by me with the stock ROM as of November 2018, and other users have complained for almost 18 months, see https://forum.fairphone.com/t/fnord/28849 and https://bugtracker.fairphone.com/project/fairphone-fairphone-os-android-6/issue/77 --- src/org/thoughtcrime/securesms/ApplicationContext.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/org/thoughtcrime/securesms/ApplicationContext.java b/src/org/thoughtcrime/securesms/ApplicationContext.java index 47725f019d..8c22cb79bb 100644 --- a/src/org/thoughtcrime/securesms/ApplicationContext.java +++ b/src/org/thoughtcrime/securesms/ApplicationContext.java @@ -259,6 +259,7 @@ public class ApplicationContext extends MultiDexApplication implements Dependenc add("Mi A1"); add("E5823"); // Sony z5 compact add("Redmi Note 5"); + add("FP2"); // Fairphone FP2 }}; Set OPEN_SL_ES_WHITELIST = new HashSet() {{