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

Commit f9f1d066 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Remove network subtype check when building template.

Change-Id: I069d82a77d27dae6bfffe3b7e65d73b63f258ad9
parent d4dd7716
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -78,7 +78,6 @@ public class NetworkTemplate implements Parcelable {
     * uses statistics for requested IMSI.
     */
    public static NetworkTemplate buildTemplateMobile3gLower(String subscriberId) {
        ensureSubtypeAvailable();
        return new NetworkTemplate(MATCH_MOBILE_3G_LOWER, subscriberId);
    }

@@ -88,7 +87,6 @@ public class NetworkTemplate implements Parcelable {
     * requested IMSI.
     */
    public static NetworkTemplate buildTemplateMobile4g(String subscriberId) {
        ensureSubtypeAvailable();
        return new NetworkTemplate(MATCH_MOBILE_4G, subscriberId);
    }