# ⚠️ DO NOT DELETE THIS DIRECTORY

This directory contains the persistent Play Store emulator AVD used for billing
sandbox tests (`yorvana_billing_pixel2api33_play`).

## Why it matters

The AVD has a Google account (`yorvana.app@gmail.com`) signed into Play Store.
This sign-in is stored in `userdata-qemu.img` and is required for
`BillingSandboxRegressionTest` to pass. Re-doing the sign-in requires running
`tools/billing/start-play-emulator.sh`, opening the browser controller, and
manually signing into Play Store — see `docs/billing-sandbox.md`.

## Is it safe to delete?

**No.** Deleting this directory means the next billing sandbox run will skip all
tests with:

    AssumptionViolatedException: license-tester account 'yorvana.app@gmail.com'
    is not visible on the device

## Is this managed by `cleanManagedDevices`?

No. AGP's `cleanManagedDevices` task only manages devices defined in the
`managedDevices` block of `app/build.gradle.kts`. This AVD lives outside that
system and is not touched by any Gradle task.

## How to restore if deleted

Follow the "Headless Play Store emulator" and "First-time Play account setup"
sections in `docs/billing-sandbox.md`.
