Add the Pixel 4 back to the CameraX blacklist.

It's having pretty bad exposure problems.
master
Greyson Parrelli 2020-10-07 19:54:24 -04:00
parent 9ffb5112c6
commit 3636ae7667
1 changed files with 2 additions and 4 deletions

View File

@ -8,10 +8,8 @@ import java.util.Set;
public final class CameraXModelBlacklist {
private static final Set<String> BLACKLIST = new HashSet<String>() {{
// Pixel 4
if (Build.VERSION.SDK_INT < 30) {
add("Pixel 4");
add("Pixel 4 XL");
}
add("Pixel 4");
add("Pixel 4 XL");
// Huawei Mate 10
add("ALP-L29");