1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3WARNING: The content of this file must always match the constant 'platform/android/export/export_plugin.cpp#ICON_XML_TEMPLATE'. 4--> 5<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> 6 <background android:drawable="@mipmap/icon_background"/> 7 <foreground android:drawable="@mipmap/icon_foreground"/> 8</adaptive-icon> 9 10