blob: a6dbae323e47c14d1d0f35a7ae5d3eddbe901b79 [file] [log] [blame]
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="{{RRO_PACKAGE_NAME}}">
<application android:hasCode="false"/>
<overlay android:priority="10"
android:targetPackage="{{TARGET_PACKAGE_NAME}}"
android:resourcesMap="@xml/overlays"
android:isStatic="true"
android:requiredSystemPropertyName="ro.build.characteristics"
android:requiredSystemPropertyValue="automotive"/>
</manifest>