MarschOSX / Responder

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

Parental Features #79

Closed MarschOSX closed 8 years ago

MarschOSX commented 8 years ago

-Send Text to Parent if SMS is sent from android while driving and app is active

If these are all true, the user sent a text while driving, notify the parent

-Send Text to Parent if the feature is disabled DONE -Send Text if app is deleted??? Is this possible? -future passcode?

MarschOSX commented 8 years ago

The user can set all the preferences in Settings/Parental Controls -anytime there is an addition, change, or deletion of a number it sends out an SMS -user cannot turn on Parental Controls without a number being set -A ParentalControlsWatcher service tracks to see if an SMS was sent from the device!

Todo: -Determine if the SMS was sent by AutoResponder (then ignore), need to have a getLastResponseLog() function to do this... DONE -Determine if the user was driving DONE -If all above^ is true, send SMS to parent DONE -Start the service at the start (main activity, onResume) of the app if quit? (Foreground Service?) DONE -MMS functionality?