Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08776fb3 authored by frankpreel's avatar frankpreel Committed by Nicolas Gelot
Browse files

Add Iindia model

parent 277313a5
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -151,8 +151,9 @@ public class DeviceDetectionTask extends Task<Phone>{
                    if (device.equals("Teracube_2e") && !datas[0].startsWith("2020")) {
                            device ="emerald";  
                    } 
                    // OnePlus Nord 
                    else if (device.equals("Nord") && "AC2003".equals(result.getAdbModel())) {
                    // OnePlus Nord UE & India
                    else if (device.equals("Nord") && 
                        ("AC2003".equals(result.getAdbModel()) || "AC2001".equals(result.getAdbModel())) ) {
                        device ="OnePlusNord";
                    }