android消息传递源码

发布于 2024-10-11 14:52:14 字数 70 浏览 2 评论 0原文

我计划创建一个应用程序,用户可以通过该应用程序对其短信进行安全保护。我可以查看 Android 手机消息传递的源代码吗?如何?

I am planning to create an application which the user can put security to their SMS. Is there a possibility for me to see the source code of the Messaging of Android phone? How?

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

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

发布评论

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

评论(3

假装爱人 2024-10-18 14:52:14

Android 源代码也镜像在 Github 上。 SMS/MMS 包可以在以下位置找到:https://github.com/android/platform_packages_apps_mms

Android source code is also mirrored on Github. The SMS/MMS package can be found on: https://github.com/android/platform_packages_apps_mms

木緿 2024-10-18 14:52:14

我发现Grep 代码上的这个 类。您可以环顾四周,看看它是否适合您。但是,对于与短信相关的任何内容,您可能不需要更改源代码,只需在适当的位置拦截调用即可!

I found this class on Grep Code. You can look around and see if it works for you. However, for anything related to SMS, you probably do not need to change the source code, just intercept calls at appropriate places !

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