19 lines
657 B
XML
19 lines
657 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 stores.xml.
|
||
|
|
||
|
Entries that are device, product or carrier-specific should be added as overlays
|
||
|
in the appropriate stores_product.xml file.
|
||
|
|
||
|
Because overlays must correspond to an existing platform resource, this empty placeholder
|
||
|
is included in the platform build.
|
||
|
-->
|
||
|
|
||
|
<stores_product>
|
||
|
|
||
|
<!-- THIS SECTION MUST REMAIN EMPTY -->
|
||
|
<!-- Actual entries should be in the overlay files found elsewhere -->
|
||
|
|
||
|
</stores_product>
|