Fix bug 1943785 where the default country string could be accessed while
still being null. This was due to Settings.Secure.getString() returning null when a property isn't found, instead of a string with the value "null".
Loading
Please register or sign in to comment