Going somewhere? Go with Maps, the official app you can rely on for real-time GPS navigation, traffic, transit, and details about millions of places, such as reviews and popular times.Get there faster with real-time updatesBeat traffic with real-time navigation, ETAs and traffic conditionsCatch your
android.permission.INTERNET: Allows applications to open network sockets. com.google.android.providers.gsf.permission.READ_GSERVICES: READ_GSERVICES android.permission.WRITE_EXTERNAL_STORAGE: Allows an application to write to external storage. android.permission.ACCESS_COARSE_LOCATION: Allows an app to access approximate location. android.permission.ACCESS_FINE_LOCATION: Allows an app to access precise location. com.google.android.gms.permission.ACTIVITY_RECOGNITION: ACTIVITY_RECOGNITION android.permission.GET_ACCOUNTS: Allows access to the list of accounts in the Accounts Service. 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.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.DISABLE_KEYGUARD: Allows applications to disable the keyguard if it is not secure. android.permission.ACCESS_WIFI_STATE: Allows applications to access information about Wi-Fi networks. android.permission.ACCESS_NETWORK_STATE: Allows applications to access information about networks. android.permission.CHANGE_WIFI_STATE: Allows applications to change Wi-Fi connectivity state. com.google.android.c2dm.permission.RECEIVE: RECEIVE com.google.android.apps.maps.permission.C2D_MESSAGE: C2D_MESSAGE com.google.android.gms.permission.CAR_SPEED: CAR_SPEED android.permission.VIBRATE: Allows access to the vibrator. android.permission.NFC: Allows applications to perform I/O operations over NFC. android.permission.READ_CONTACTS: Allows an application to read the user's contacts data. com.google.android.apps.maps.permission.PREFETCH: PREFETCH android.permission.WAKE_LOCK: Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming. android.permission.READ_PHONE_STATE: Allows read only access to phone state. android.permission.RECEIVE_BOOT_COMPLETED: Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting. android.permission.BLUETOOTH: Allows applications to connect to paired bluetooth devices. android.permission.BLUETOOTH_ADMIN: Allows applications to discover and pair bluetooth devices. android.permission.WAKE_LOCK: Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming. android.permission.CALL_PHONE: Allows an application to initiate a phone call without going through the Dialer user interface for the user to confirm the call. android.permission.BROADCAST_STICKY: Allows an application to broadcast sticky intents.