ucsb-cs56-projects / cs56-android-smoke-signals

-
GNU General Public License v3.0
1 stars 7 forks source link

Keep a record of user actions #37

Open pmh192 opened 6 years ago

pmh192 commented 6 years ago

Phone numbers and user actions should be kept track of so the user can see if someone malicious is accessing your phone.

ankushrayabhari commented 6 years ago

This could be done by storing a history of actions inside the SQL database. You could retrieve this history by sending a text (i.e. adding a new command) or exposing it through some kind of UI inside the app itself. You would display a table of what phone number was used, what command was executed and what time it was executed at.

lanthony159 commented 6 years ago

F17 OK (200 pts)

seemantasaha commented 6 years ago

W18. 300 points.

Additional task: if there is any command sent from some unexpected user, then the authorized user should get and immediate text about "security breach."