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

Commit fe518f8b authored by Ricardo Cerqueira's avatar Ricardo Cerqueira Committed by Gerrit Code Review
Browse files

Merge "telephony: Add a RIL subclass for the LGE Star" into gingerbread

parents 53bca636 4323929c
Loading
Loading
Loading
Loading
+959 −0

File added.

Preview size limit exceeded, changes collapsed.

+3 −0
Original line number Diff line number Diff line
@@ -116,6 +116,9 @@ public class PhoneFactory {
                {
                    Log.i(LOG_TAG, "Using Samsung RIL");
                    sCommandsInterface = new SamsungRIL(context, networkMode, cdmaSubscription);
                } else if("lgestar".equals(sRILClassname)) {
                    Log.i(LOG_TAG, "Using LGE Star RIL");
                    sCommandsInterface = new LGEStarRIL(context, networkMode, cdmaSubscription);
                } else {
                    sCommandsInterface = new RIL(context, networkMode, cdmaSubscription);
                }