After you download and open the SHARE NOW app, your Android mobile device will ask you for "permissions". Permissions are special privileges that apps must ask for if they want to access data or functions on your phone. For example, if you'd like to find a car near you, the SHARE NOW app will ask for permission to see your exact location. Some apps ask for more permissions than necessary – not cool. We ask for the bare necessities so that the SHARE NOW app will work well for you.
To improve GPS location quality, so that your location is as precise as possible on the map:
android.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION
android.permission.ACCESS_NETWORK_STATE
To secure your login in the SHARE NOW app:
android.permission.AUTHENTICATE_ACCOUNTS maxSdkVersion=22
android.permission.GET_ACCOUNTS maxSdkVersion=22
android.permission.MANAGE_ACCOUNTS maxSdkVersion=22
android.permission.USE_CREDENTIALS maxSdkVersion=22
Internet access – necessary for displaying available cars:
android.permission.INTERNET
To support in-app driver's licence validation:
android.permission.READ_EXTERNAL_STORAGE maxSdkVersion=22
android.permission.WRITE_EXTERNAL_STORAGE
To support push messaging for the radar feature:
android.permission.VIBRATE
android.permission.WAKE_LOCK
android.permission.READ_PHONE_STATE
android.permission.RECEIVE_BOOT_COMPLETED
android.permission.WRITE_SETTINGS
android.permission.ACCESS_WIFI_STATE
android.permission.ACCESS_DOWNLOAD_MANAGER
To enable fingerprint authentication (instead of your magic PIN) to unlock cars:
android.permission.USE_FINGERPRINT
For Google Maps and Google Cloud Messaging:
com.google.android.providers.gsf.permission.READ_GSERVICES