From efd611d1ecd2c6b0fcfeb3ac38465bb6f6387c47 Mon Sep 17 00:00:00 2001
From: vivek s <cb.en.u4cse14059@cb.students.amrita.edu>
Date: Tue, 2 May 2017 07:39:40 -0700
Subject: [PATCH] Readme init

---
 ReadMe | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 ReadMe

diff --git a/ReadMe b/ReadMe
new file mode 100644
index 0000000..b205e24
--- /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.
+
+
-- 
GitLab