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

Skip to content
Commit 2172f8c0 authored by Lin Ma's avatar Lin Ma Committed by Ed Mancebo
Browse files

Fix ro.telephony.default_network setting parsing

* The code that parses ro.telephony.default_network is broken,
instead of reading numbers separate by comma, it reads the first
number and replicates it for other slots. Settings like "8,1" will
be written to the db as "8,8"

Conflicts:
	packages/SettingsProvider/src/com/android/providers/settings/DatabaseHelper.java

Change-Id: I6b77000e00ada02ec89b09c752a9b337a6a8182b
(cherry picked from commit 71f7d996)
parent 3a848205
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