MarschOSX / Responder

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

Based on Permission, Respond with Current Activity #53

Closed MarschOSX closed 8 years ago

MarschOSX commented 8 years ago

When the EventHandler permissionsRequested() method determines that the response to be sent will be an activity (based on permissions), have the EventHandler send an SMS containing the current activity from the calendar. If this is too difficult, maybe just read the calendar, and create a string with the Event Name and Start-End times.

MarschOSX commented 8 years ago

EventHandler is coming along, need to restructure my getActivityInfo() function to only the data we need and make it cleaner to use