Android Question [SOLVED] SMS storage

CanguroCode

Active Member
Licensed User
Longtime User
I have the next questions:

1. Where are stored the SMS messages? In other words when i call the code:

B4X:
Dim sms1 As SmsMessages
Dim smsList As List

smsList=sms1.GetAll

how are obtained the SMS information? from default sms database?


2. If my app is the default SMS app, the SMS continues saved in the same place? or should I decide where to save?

3. If my app saves in other database (diferent name, diferent path) the code:

B4X:
smsList=sms1.GetAll

still works?

My apologies for my English
 

CanguroCode

Active Member
Licensed User
Longtime User
SMS messages are stored somewhere in the system. You cannot change this location.

Ok but when i put my app like default SMS app, the SMS are not saved in the regular storage (actually are not saved) , so, Should I create my own system to store incoming sms?
 
Upvote 0
Top