Always know what’s happening on the road with Waze. Even if you know the way, Waze tells you about traffic, construction, police, crashes, and more in real-time. If traffic is bad on your route, Waze will change it to save you time. Why Waze?◦ See what’s happening - Alerts about traffic,
android.permission.ACCESS_COARSE_LOCATION: Allows an app to access approximate location. android.permission.ACCESS_FINE_LOCATION: Allows an app to access precise location. android.permission.INTERNET: Allows applications to open network sockets. android.permission.ACCESS_LOCATION_EXTRA_COMMANDS: Allows an application to access extra location provider commands. android.permission.MODIFY_AUDIO_SETTINGS: Allows an application to modify global audio settings. android.permission.WRITE_SETTINGS: Allows an application to read or write the system settings. android.permission.WRITE_EXTERNAL_STORAGE: Allows an application to write to external storage. android.permission.RECORD_AUDIO: Allows an application to record audio. android.permission.WAKE_LOCK: Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming. android.permission.CAMERA: Required to be able to access the camera device. android.permission.BLUETOOTH: Allows applications to connect to paired bluetooth devices. android.permission.RECEIVE_SMS: Allows an application to receive SMS messages. android.permission.AUTHENTICATE_ACCOUNTS: An app using this permission usually provides an interface to deal with a certain account type (which is not known by the pre-installed Android system), such as Dropbox. As shipped, Android does not know how to login to Dropbox and how to deal with a Dropbox account – so the Dropbox app provides the mechanism. Additionally, an 'account authenticator' might restrict the actions an app can perform with the account (so it would e.g. be possible to administrate this via some web interface offered by the service). android.permission.READ_PHONE_STATE: Allows read only access to phone state. android.permission.READ_CONTACTS: Allows an application to read the user's contacts data. android.permission.WRITE_CONTACTS: Allows an application to write the user's contacts data. android.permission.USE_CREDENTIALS: This app may use the 'credentials' to log into an account. In most cases, 'credentials' just means the corresponding authenticator creates a fitting token and hands that over (though, how to deal with that is left to the authenticator). When using an account for the first time, the Account Manager should make sure the user is asked whether he permits this android.permission.MANAGE_ACCOUNTS: The API documentation is not that clear about this permission. But according to Bryans answer, an app can only delete/modify an account it created itself. Of course it can create any new account, and manage that. android.permission.READ_SYNC_STATS: Allows applications to read the sync stats. android.permission.READ_SYNC_SETTINGS: Allows applications to read the sync settings. android.permission.WRITE_SYNC_SETTINGS: Allows applications to write the sync settings. android.permission.READ_CALENDAR: Allows an application to read the user's calendar data. android.permission.READ_PROFILE: READ_PROFILE android.permission.ACCESS_NETWORK_STATE: Allows applications to access information about networks. android.permission.RECEIVE_BOOT_COMPLETED: Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting. android.permission.VIBRATE: Allows access to the vibrator. android.permission.BROADCAST_STICKY: Allows an application to broadcast sticky intents. android.permission.GET_ACCOUNTS: Allows access to the list of accounts in the Accounts Service. com.google.android.c2dm.permission.RECEIVE: RECEIVE com.waze.permission.C2D_MESSAGE: C2D_MESSAGE pioneer.permission.appradio.ADVANCED_APPMODE: ADVANCED_APPMODE com.google.android.gms.permission.ACTIVITY_RECOGNITION: ACTIVITY_RECOGNITION android.permission.READ_EXTERNAL_STORAGE: Allows an application to read from external storage.