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

Skip to content
Commit 60bc4898 authored by Sungmin Choi's avatar Sungmin Choi Committed by Vineeta Srivastava
Browse files

Add sort parameter to query apns

Sometimes, result of query apns is not sorted by _id.
As a result, device tries to conntect data using unwilled apn.
For example, when user inserts 45005 SIM, create all apnlist as the followings:
1) L version
    _id  name
    2516 SKT LTE INTERNET
    2517 SKT 3G INTERNET
    2518 SKT LTE Roaming
    2519 SKT 3G Roaming
2) M version
    _id  name
    2518 SKT LTE Roaming
    2516 SKT LTE INTERNET
    2519 SKT 3G Roaming
    2517 SKT 3G INTERNET

Device tries to connect data using "Roaming apn", so user can't use data.
To fix it, add sort parameter to query apans.

Related-Bug: 22159434
Change-Id: I5743813236c8143fb83800b9ed0b2a98b33d6a51
parent bf660a46
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment