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

Commit e69b5d68 authored by Amit Mahajan's avatar Amit Mahajan Committed by Android (Google) Code Review
Browse files

Merge "Change to write (create) setting+subid if it does not already exist...

Merge "Change to write (create) setting+subid if it does not already exist when it is queried for the first time." into lmp-mr1-dev
parents 078ce5fc 2a65688d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3639,6 +3639,8 @@ public class TelephonyManager {
        } catch (SettingNotFoundException e) {
            try {
                int val = Settings.Global.getInt(cr, name);
                Settings.Global.putInt(cr, name + subId, val);

                /* We are now moving from 'setting' to 'setting+subId', and using the value stored
                 * for 'setting' as default. Reset the default (since it may have a user set
                 * value). */