Source code of android messaging
Asked Answered
A

3

6

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?

Adkins answered 12/1, 2011 at 13:49 Comment(0)
P
3

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 !

Paraguay answered 12/1, 2011 at 15:20 Comment(2)
thanks for the link.. where can i view the source code of its manifest and xml of it?Adkins
On the left hand side Navigation Bar, click on the Files tab and you'll be able to see the whole source.Paraguay
F
12

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

Fanatical answered 18/10, 2011 at 14:58 Comment(0)
D
10

See https://android.googlesource.com/platform/packages/apps/Mms for the Android Messaging app.

Disenthral answered 12/1, 2011 at 15:32 Comment(0)
P
3

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 !

Paraguay answered 12/1, 2011 at 15:20 Comment(2)
thanks for the link.. where can i view the source code of its manifest and xml of it?Adkins
On the left hand side Navigation Bar, click on the Files tab and you'll be able to see the whole source.Paraguay

© 2022 - 2024 — McMap. All rights reserved.