状态栏时间在哪里更新?

发布于 2024-10-27 14:05:50 字数 155 浏览 3 评论 0原文

有问题,我必须显示 AM &无论 Android 手机中选择的区域设置如何,均以英语私信。试图找出状态栏中时间更新的位置。但找不到它。

请问有人请告诉我android框架中负责更新状态栏时间的源代码文件是哪个吗?

谢谢&问候,
S苏曼185

Got an issue, i have to display the AM & PM in english irrespective of the selected locale in android phone. Tried to findout the place where time gets updated in the status bar. But not able to find it.

Will any one please let me know which is the source code file in the android framework which is responsible for updating the time in status bar.

Thanks & Regards,
SSuman185

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

ペ泪落弦音 2024-11-03 14:05:50

经过大量的研发D、StatusBarManager.Java、StatusNarManagerService.java 是状态栏的文件,位于framewroks/base/core/java/android/app 路径下。

对于通知区域,请参阅NotificationManager.java(当我们下拉状态栏时)。

SimpleDateFormat.java

After a lot of R & D. StatusBarManager.Java, StatusNarManagerService.java are the files for the status bar and will be in the framewroks/base/core/java/android/app path.

For the notification area see the NotificationManager.java (When we pull down the status bar).

SimpleDateFormat.java

筱果果 2024-11-03 14:05:50

如果您只想要 AM/PM 显示,只需查看位于 Frameworks\base\packages\SystemUI\src\com\android\systemui\statusbar 的 Clock.java 即可。
学习它,你就会知道如何制作AM/PM节目。它们已经在那里,但尚未打开。

If you just want the AM/PM show, just have a look at Clock.java located at frameworks\base\packages\SystemUI\src\com\android\systemui\statusbar.
Study it and you would know how to make AM/PM shows. They are already there but not turned on.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文