add realme x50 to bad devices list

by now we probably have enough evidence that all realme devices
below Android 12 (or maybe 13) are broken

we just need to figure out how to properly put the entire vendor on
a list
This commit is contained in:
Daniel Gultsch 2024-04-21 16:11:39 +02:00
parent 3bcc8efc57
commit d0945c35ee
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2

View file

@ -43,7 +43,10 @@ public class CallIntegration extends Connection {
// managed // managed
"RMX1921", // Realme XT (Android 9-10) shows "Call not sent" dialog "RMX1921", // Realme XT (Android 9-10) shows "Call not sent" dialog
"RMX1971", // Realme 5 Pro (Android 9-11), show "Call not sent" dialog "RMX1971", // Realme 5 Pro (Android 9-11), show "Call not sent" dialog
"RMX1973" // Realme 5 Pro (see above) "RMX1973", // Realme 5 Pro (see above),
"RMX2071", // Realme X50 Pro 5G (Call not sent)
"RMX2075L1", // Realme X50 Pro 5G
"RMX2076" // Realme X50 Pro 5G
); );
public static final int DEFAULT_TONE_VOLUME = 60; public static final int DEFAULT_TONE_VOLUME = 60;