mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-23 19:26:17 +00:00
Remove Pixel 4 from the CameraX blacklist on Android 11.
This commit is contained in:
@@ -8,8 +8,10 @@ import java.util.Set;
|
||||
public final class CameraXModelBlacklist {
|
||||
private static final Set<String> BLACKLIST = new HashSet<String>() {{
|
||||
// Pixel 4
|
||||
add("Pixel 4");
|
||||
add("Pixel 4 XL");
|
||||
if (Build.VERSION.SDK_INT < 30) {
|
||||
add("Pixel 4");
|
||||
add("Pixel 4 XL");
|
||||
}
|
||||
|
||||
// Huawei Mate 10
|
||||
add("ALP-L29");
|
||||
|
||||
Reference in New Issue
Block a user