Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Source code of android messaging

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?

like image 399
sean Avatar asked Jan 12 '11 13:01

sean


People also ask

Does Android have a messaging app?

Google's Messages app is now the default texting app for most Android phones, and the RCS standard allows for features that are similar to Apple's iMessage without requiring a specific type of phone or setting up a third-party texting app.

What are Android Developer messages?

Developer's message publishes notices about exceptions that affect user experience to respond to users promptly. The content is displayed under Comments on the game details page.

Which app is used for mobile messaging released by Google?

Messages (formerly known as Android Messages) is an SMS, RCS, and instant messaging application developed by Google for its Android mobile operating system. A web interface is also available.


1 Answers

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

like image 55
andersonvom Avatar answered Oct 21 '22 18:10

andersonvom