diff --git a/ReadMe b/ReadMe new file mode 100644 index 0000000000000000000000000000000000000000..b205e24fe32e85d3aa459223354dd41d8ed82a40 --- /dev/null +++ b/ReadMe @@ -0,0 +1,20 @@ +KeepMeSafe is an android application which can be used in emergency situations to send the user's location periodically to saved contacts via SMS. The receiver will be shown a Map with the sender's location which updates every 2 mins. + +User can start Emergency mode by pressing power button 4 times or long pressing the help button in main screen. To cancel emergency mode, user needs to enter PIN set by the user which can be changed in the settings menu. + +Permissions Required : - + +android.permission.RECEIVE_SMS +android.permission.SEND_SMS +android.permission.READ_SMS +android.permission.READ_CONTACTS +android.permission.INTERNET +com.google.android.providers.gsf.permission.READ_GSERVICES +android.permission.ACCESS_COARSE_LOCATION +android.permission.ACCESS_FINE_LOCATION +android.permission.ACCESS_NETWORK_STATE + + +GPS needs to be enabled to use the application.If Disabled, app will prompt user to enable GPS. + +