Remove the Pixel 4 from the CameraX blacklist.

This commit is contained in:
Greyson Parrelli 2019-12-17 12:24:31 -05:00
parent a32666817c
commit 1f5a597d50

View File

@ -7,10 +7,6 @@ import java.util.Set;
public final class LegacyCameraModels { public final class LegacyCameraModels {
private static final Set<String> LEGACY_MODELS = new HashSet<String>() {{ private static final Set<String> LEGACY_MODELS = new HashSet<String>() {{
// Pixel 4
add("Pixel 4");
add("Pixel 4 XL");
// Huawei Mate 10 // Huawei Mate 10
add("ALP-L29"); add("ALP-L29");
add("ALP-L09"); add("ALP-L09");