# Android

### Summary

SDK 1.24 introduces several significant updates, including the addition of a new `setSdkApiConfigRegion` parameter and Identity configuration process. Furthermore, there are changes related to the WedgeProvider that enhance overall functionality and streamline integration.

### Breaking Changes

1. **New** `setSdkApiConfigRegion` **Parameter**:
   * A new `setSdkApiConfigRegion` parameter must be included during SDK initialization.
2. **Identity Configuration**:
   * The Identity must be set on successful login, and you must wait for the Result flow before proceeding.
3. **WedgeProvider Update**:
   * The `serverUrl` parameter has been removed from the WedgeProvider initializer.
4. **Portal APIs Update**:
   * The Identity parameter has been removed from all Portal APIs and is no longer necessary.
5. ImsTripManager update
   * enable call no longer accepts Identity and has been removed.
6. AppMisuseManager changes
   * AppMisuseManager.AppMisuseServerType is no longer required.

For more information and examples please see [Migration page](/migration-notes/android/older-releases/1.23-greater-than-1.24.md)


---

# 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.24.0/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.
