Where does Android take default timezone from?

前端 未结 3 482
小鲜肉
小鲜肉 2021-01-18 07:37

Where does Android device take default timezone from?

Example - you boot a brand new Android device and there is Setup Wizard with \"Date & time\" activity where

3条回答
  •  -上瘾入骨i
    2021-01-18 08:02

    When you start a new phone with SIM card then based on the operator it automatically sets the locality in the phone.

    If it is using SIM data then based on the Telephony Manager API phone, automatically sets the current locality.

    Same way when your device is not having any SIM card but it is connected to any local WiFi then based on the Wifi Manager API it sets the Locality in the Phone automatically.

提交回复
热议问题