I have the next questions:
1. Where are stored the SMS messages? In other words when i call the code:
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:
still works?
My apologies for my English
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