Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例如,如果您开发了一个数字时钟小部件,您可以选择 12H/24H 或者更多的东西(颜色等)。
你怎么看/当用户放在屏幕上时,是否有“首选/预期行为”的指导方针:
从一些健全的默认设置开始并显示主屏幕。如果他们被迫进入设置,人们会卸载你的应用程序。
大多数用户永远不会触及任何设置。
例如从语言环境设置DateFormat.is24HourFormat() 官方文档中获取默认的 12h/24h 设置
DateFormat.is24HourFormat()