> For the complete documentation index, see [llms.txt](https://docs.uqudo.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uqudo.com/docs/kyc/uqudo-sdk/integration/android/ui-customisation/text-and-language/background-check.md).

# Background Check

```xml
<resources>
    <string name="uq_bg_check_background_check">Background Check</string>
    <string name="uq_bg_check_background_check_description">TBD: A text that explains what is a background check and what are the checks that will be performed.</string>
    <string name="uq_bg_check_decline">Decline</string>
    <string name="uq_bg_check_consent">Consent</string>
    <string name="uq_bg_check_continue">Continue</string>
    <string name="uq_bg_check_sending_status">Processing…</string>
    <string name="uq_bg_check_cancel">Cancel</string>
    <string name="uq_bg_check_error_decline">Are you sure you want to decline?</string>
    <string name="uq_bg_check_error_exit">Are you sure you want to exit the enrollment process?</string>
</resources>
```
