哪里起飞的Andr​​oid默认的时区? [英] Where does Android take default timezone from?

查看:266
本文介绍了哪里起飞的Andr​​oid默认的时区?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

哪里Android设备采取默认的时区?

Where does Android device take default timezone from?

例子 - 你启动一个全新的Andr​​oid设备,并有一个与设置向导日期和放大器;时间,其中一个默认的时区已被选中(在我的情况的 http://en.wikipedia.org/wiki/Central_European_Time ) - 它来自哪里

Example - you boot a brand new Android device and there is Setup Wizard with "Date & time" activity where a default timezone is already selected (in my case http://en.wikipedia.org/wiki/Central_European_Time) - where it comes from?

推荐答案

这是一个的烤到ROM(它成为一个系统属性)构建的标志。

It's a build flag that's baked into the ROM (it becomes a system property).

这是在不少的地方,这样最简单的就是下载AOSP源和grep的:

It's in quite a few places so the easiest is to download the AOSP source and grep for:

persist.sys.timezone

在这里多一点信息: http://www.phonesdevelopers.com/1717415/ 这里:<一href=\"http://stackoverflow.com/search?q=persist.sys.timezone\">http://stackoverflow.com/search?q=persist.sys.timezone

A bit more info here: http://www.phonesdevelopers.com/1717415/ and here: http://stackoverflow.com/search?q=persist.sys.timezone

这篇关于哪里起飞的Andr​​oid默认的时区?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆