Re-enable CameraX for Pixel 4 devices.

This commit is contained in:
Alex Hart
2022-07-27 15:01:28 -03:00
committed by Greyson Parrelli
parent bc7908a4a5
commit 1eb253562b

View File

@@ -8,8 +8,8 @@ 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");
// add("Pixel 4");
// add("Pixel 4 XL");
// Huawei Mate 10
add("ALP-L29");