Android Question Accessing SMS's stored on your phone

mariusturnkey

Member
Licensed User
Longtime User
Hello,

Is it possible to read through all the SMS's stored on a phone and save them to a database?

I tried to search, but the search option is not currently working.

Thank you
Marius
 

Brian Dean

Well-Known Member
Licensed User
Longtime User
You cannot read SMS messages using current Android without Google's permission which you are unlikely to get. Prior to Android 9 it was possible, using content resolver I think.
 
Upvote 0

JohnC

Expert
Licensed User
Longtime User
For whatever reason, Google seems to allow some apps to access the SMS database and do backups/restores even though the app is not the default "SMS Messaging" app.

 
Upvote 0

drgottjr

Expert
Licensed User
Longtime User
You cannot read SMS messages using current Android without Google's permission which you are unlikely to get. Prior to Android 9 it was possible, using content resolver I think.
still possible with android 14 through content resolver. just add runtime permission read_sms.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…