Your information and complete data is stored on your phone and never transferred without you initiating it.
For JOB PORTAL to function it requires access to certain features of your phone. Here is an explanation of how we use each.
JOB PORTAL saves temporary data and backup data to the SD card.
JOB PORTAL needs to prevent your phone from sleeping so that the GPS can be constantly receiving data. JOB PORTAL also needs to be notified if the phone has just rebooted, to enable the app to restart immediately if the phone shuts down or restarts.
JOB PORTAL sometimes uses the vibrate feature of a phone as a notification.
For those interested the precise Android permissions used are:
1.Access Internet
<uses-permission android:name=”android.permission.INTERNET”/>
These permissions can help us get resources from our server such as: get data and update data on server and check Network Connections.
2.Access Storage
<uses-permission
android:name=”android.permission.READ_EXTERNAL_STORAGE”/>
<uses-permission
android:name=”android.permission.WRITE_EXTERNAL_STORAGE”/>
These permissions can help us to send resume on server and download resume and books as pdf.
3. Notification sound
<uses-permission
android:name=”android.permission.VIBRATE” />
Allows access to the vibra Notifications .