19 lines
653 B
XML
19 lines
653 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Email stores that are considered "universal" and are appropriate for *all* android
|
|
platform devices should be defined in senders.xml.
|
|
|
|
Entries that are device, product or carrier-specific should be added as overlays
|
|
in the appropriate senders_product.xml file.
|
|
|
|
Because overlays must correspond to an existing platform resource, this empty placeholder
|
|
is included in the platform build.
|
|
-->
|
|
|
|
<senders_products>
|
|
|
|
<!-- THIS SECTION MUST REMAIN EMPTY -->
|
|
<!-- Actual entries should be in the overlay files found elsewhere -->
|
|
|
|
</senders_products>
|