# Android

### Summary

* Support for Named Driver in portal
* Bug fixes and improvements

### New features

* Named driver api and Scoring api with vehicle id
* AppMisuse:
  * The SDK is in charge of enabling and disabling the AppMisuse feature.
    * ImsHeartbeatManager has the required calls to enable, disable the AppMisuse feature.
      * ImsHeartbeatManager.enableHeartbeat()
      * ImsHeartbeatManager.disableHeartbeat()
      * ImsHeartbeatManager.sendLoginHeartbeat()
      * ImsHeartbeatManager.sendLogoutHeartbeat()
      * ImsHeartbeatManager.sendAppLaunchHeartbeat()

### Breaking changes

* ImsTripManager.configuration is nullable now
* ImsTripManagerInitializer is removed
* deviceId for DsDevice is mandatory now
* User in portal has a new property called Account
  * userId is available in that property


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sdk.ims.tech/releases/older-releases/1.18/android.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
