add Realme XT to list of broken devices

This commit is contained in:
Daniel Gultsch 2024-04-17 16:05:53 +02:00
parent 9cabc0262f
commit c1193f059b
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2

View file

@ -38,8 +38,9 @@ public class CallIntegration extends Connection {
private static final List<String> BROKEN_DEVICE_MODELS = private static final List<String> BROKEN_DEVICE_MODELS =
Arrays.asList( Arrays.asList(
"OnePlus6" // Device is buggy and always starts the operating system call screen "OnePlus6", // Device is buggy and always starts the operating system call
// even though we want to be self managed // screen even though we want to be self managed
"RMX1921" // Realme XT shows "Call not sent" dialog
); );
public static final int DEFAULT_TONE_VOLUME = 60; public static final int DEFAULT_TONE_VOLUME = 60;