Skip to content

return a non-mms type APN entry if only one is found

Bastien Le Querrec requested to merge fix_mms_pre_l into master

On Android < 5.0, Silence fails to get APN info if:

  • Only one record is found in APNs' DB and query contained the APN name;
  • Only one record is found but is not tag with the mms type.

This PR fixes those false negatives.

This PR also updates DB.

Merge request reports