gpt4 book ai didi

android - 有没有办法更改到指定日期?

转载 作者:行者123 更新时间:2023-11-30 02:48:34 24 4
gpt4 key购买 nike

我想知道是否有办法更改到指定日期、启动应用程序的 Intent 并在几秒钟后以编程方式打开自动日期。

  • 更改系统日期
  • 启动 Intent
  • 调回承运人的自动日期

谢谢,这可能吗?

最佳答案

是的,可以从网络提供商处获取时间。您可以使用此代码。如果您 Google 一下,您会发现许多其他解决方案。

 LocationManager locMan = (LocationManager) activity.getSystemService(activity.LOCATION_SERVICE);
long networkTS = locMan.getLastKnownLocation(LocationManager.NETWORK_PROVIDER).getTime();

关于android - 有没有办法更改到指定日期?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24607492/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com