---
title: "Android App Security"
description: "Apply DoveRunner Mobile App Security to your Android app — configure sealing options, manage builds, and automate with CI/CD."
---
> For the complete documentation index, see [llms.txt](/llms.txt).

import { LinkCard, CardGrid } from '@astrojs/starlight/components';

DoveRunner Mobile App Security protects Android apps through patented technology that secures your app's memory and code at runtime — without any code changes. The sealing process adds a security module that launches alongside your app to provide continuous protection.

To access Android DoveRunner Mobile App Security in the Developer Console:
1. Open the DoveRunner console at [https://console.doverunner.com](https://console.doverunner.com)
2. Sign in with your account credentials
3. In the navigation pane, select **Android DoveRunner Mobile App Security**

![android appsealing](/img/mobile-app-security/console-aos-main.png)

## Guides

<CardGrid>
  <LinkCard title="Apply DoveRunner Mobile App Security" href="./android-sealing/" description="Configure sealing options, upload your app, and download a protected build." />
  <LinkCard title="Historical Information" href="./android-history/" description="View sealing history and download previously sealed apps." />
  <LinkCard title="App Configurations" href="./android-app-configurations/" description="Manage services, Dex selection, and advanced features per app." />
  <LinkCard title="Manage KeyStore" href="./android-manage-keystore/" description="Register and manage signing keys for sealed apps." />
</CardGrid>