Remove network subtype check when building template.
Change-Id: I069d82a77d27dae6bfffe3b7e65d73b63f258ad9
This commit is contained in:
@@ -78,7 +78,6 @@ public class NetworkTemplate implements Parcelable {
|
|||||||
* uses statistics for requested IMSI.
|
* uses statistics for requested IMSI.
|
||||||
*/
|
*/
|
||||||
public static NetworkTemplate buildTemplateMobile3gLower(String subscriberId) {
|
public static NetworkTemplate buildTemplateMobile3gLower(String subscriberId) {
|
||||||
ensureSubtypeAvailable();
|
|
||||||
return new NetworkTemplate(MATCH_MOBILE_3G_LOWER, subscriberId);
|
return new NetworkTemplate(MATCH_MOBILE_3G_LOWER, subscriberId);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -88,7 +87,6 @@ public class NetworkTemplate implements Parcelable {
|
|||||||
* requested IMSI.
|
* requested IMSI.
|
||||||
*/
|
*/
|
||||||
public static NetworkTemplate buildTemplateMobile4g(String subscriberId) {
|
public static NetworkTemplate buildTemplateMobile4g(String subscriberId) {
|
||||||
ensureSubtypeAvailable();
|
|
||||||
return new NetworkTemplate(MATCH_MOBILE_4G, subscriberId);
|
return new NetworkTemplate(MATCH_MOBILE_4G, subscriberId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user