We require an Android App that will work on v12 and above. The application, when selected, will display the project logo and then prompt the user to select a TEXT file from the local folder. Within the TXT file there can be many records (lines) IF the line starts with the characters “SENDSMS” the following steps will be taken The APP will look for the phone number and the text that proceeds the number. The APP will send and SMS to the phone number with the text as defined. e.g. SENDSMS|+447772266680|Hello. How are you? Note: The delimiter between the command, number and text will always be the character | IF the line starts with the characters “SLEEP”, the following seps will be taken The APP will look for the number that proceeds the SLEEP command. The APP will sleep for ‘n’ seconds that are defined. e.g. SLEEP|360 Note: The APP will sleep for 360 seconds. The number that is provided in the file can be in the range of 1 to 9999 IF the line starts with the characters “EXITAPP”, the APP is closed. The application will not run in the background, nor will it leave any temporary files (cache). Here is a typical file content. SENDSMS|+447772266680|Hello. How are you? SLEEP|60 SENDSMS|+447772266680|Can you collect my shopping please. Thanks! SLEEP|10 SENDSMS|+441234567890|What time will you arrive home? SLEEP|5 SENDSMS|+447221155333|A1,+447772266680 EXITAPP NOTE: The application does not need any other Android privileges apart from the ability to send SMS messages. The application does not need to check to see if any responses are received. Whilst the APP is running on the mobile, the APP should have a simple message that reads, “SEND SMS Monitor in use. Click STOP to force exit”. Again, all temporary files are removed and the application forced to exit. The Application icon is attached. The App Name is called, Mi-SMS BUDGET: I have a restricted budget of £30. This includes the fully tested APP and source code. Payment will be made via Freelancer AFTER testing has been successful. FURTHER WORK: There might be an enhancement later, to send an attachment by SMS. This could be a JPG, VCAL, VCARD file. The expected command line would be ATTACH|+441234567890|image.jpg If the image.jpg file resides in the same folder as the TEXT file, then the application will send an SMS to the destination. However, that is for the next stage of the project.