|
|
|
|
|
- Execution on tests (Go)
- Required permissions
SMSDelete (Function) In french: SMSSupprime
Warning
From version 25, this function should no longer be used. Starting with Android 4.4, SMS deletion through programming is no longer allowed. Using this function causes a fatal error in the application.
Deletes an SMS message from the memory of the Android phone. Syntax
<Result> = SMSDelete(<Location> , <SMS index>)
<Result>: Boolean - True if the SMS was deleted,
- False otherwise. To get more details on the error, use ErrorInfo with the errMessage constant.
<Location>: Integer constant Location of SMS to delete: | | smsMemory | SMS stored in the device memory. | smsSIM | SMS stored in the SIM card
|
<SMS index>: Integer Index of the SMS message to be deleted. This index is returned by the SMS.Index variable. For more details, see SMS structure.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|