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

Skip to content
Commit 2d93964d authored by Roman Birg's avatar Roman Birg
Browse files

SettingsProvider: fix data_enabled default lookup



We shouldn't set the MOBILE_DATA + phoneId keys because it will cause
collisions with other parts of the system that actually query
MOBILE_DATA + subId - leading to incorrect defaults.

TelephonyManager.getIntWithSubId() actually falls back to just
MOBILE_DATA for a specific sub id query, so we do not need to touch
these values, since it applies the same default to all sub ids anyways.

Ticket: CYNGNOS-3171

Change-Id: I38405000b3d641029080fb630eae4d128bd44719
Signed-off-by: default avatarRoman Birg <roman@cyngn.com>
(cherry picked from commit 1d9d5901)
parent 2990f71c
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