Merge "carrier data usage: Use carrier template as default policy"

This commit is contained in:
Les Lee
2021-06-01 10:42:08 +00:00
committed by Gerrit Code Review

View File

@@ -514,6 +514,10 @@ public class NetworkTemplate implements Parcelable {
return mSubscriberIdMatchRule;
}
public int getMeteredness() {
return mMetered;
}
/**
* Test if given {@link NetworkIdentity} matches this template.
*/