尝试了解 Android 中的设置内容提供程序

发布于 2024-08-29 10:18:01 字数 216 浏览 5 评论 0原文

我想更改手机中的 APN 设置。查看了 api,有一个名为 ACTION_APN_SETTINGS 的内容提供程序

developer.android.com/reference/android/provider/Settings.html#ACTION_APN_SETTINGS

,但我很难弄清楚如何使用它。是否有任何不涉及“联系人”内容提供商的示例或内容?

谢谢。

I wanna change APN settings in a phone. Looked the api and there is a content provider named ACTION_APN_SETTINGS

developer.android.com/reference/android/provider/Settings.html#ACTION_APN_SETTINGS

but i'm having a hard time figuring out how to use it. Is there any example or something that does not involve the "contacts" content provider?

Thanks.

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

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

发布评论

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

评论(1

玩物 2024-09-05 10:18:01

您可以查看 Android 项目的源代码。

我猜这个 是您正在寻找的代码。

You can check out the source code of the Android project.

I guess this is the code that you are looking for.

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