# Android

## Summary

The 1.29.1 release introduces support for `userProfileId` across the `Activation` and `Legal Documents` services. This identifier is now critical for fetching user-specific legal documents and handling activation responses.

## Breaking Changes

#### [LegalDocumentsService](/drivesync-portal/legal-documents.md) API Update:

* All public methods (`getLegalDocuments`, `getLegalDocumentContent`, `submitConsent`) now require `userProfileId: String` as a parameter.

#### Activation Model Update:

* The Activation object returned by `activate()` has been updated. It now includes `userProfileId` and `userId`.
* The existing `id` field is now deprecated in favor of `userId`.


---

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