MarschOSX / Responder

Senior Design I project for an Android auto-response application
0 stars 0 forks source link

Read SMS text and be able to tell what it says #50

Closed MarschOSX closed 8 years ago

MarschOSX commented 8 years ago

Take the SMS received and in the EventHandler, read the message to look for common strings of words that we need for Location and Calendar permissions. Examples include "where are you", "are you busy", "are you free", "what's up".We need to ignore the case and have several more cases

MarschOSX commented 8 years ago

Made changes to it, added a requestPermission() method with simple static replys, but want to test before committing