Custom lime android manifest

Hello everyone! I have a problem specifying a custom manifest for lime when building for android.
In the project file I wrote the following lines:

<template path="temp/AndroidManifest.xml" rename="app/src/main/AndroidManifest.xml" />
	<window if="android" path="temp/AndroidManifest.xml" rename="app/src/main/AndroidManifest.xml" />

	<window if="mobile" path="temp/AndroidManifest.xml" rename="app/src/main/AndroidManifest.xml" />

but it didn’t help, I use the following libraries:
lime - 7.9.0
openfl-9,1,0
how to correctly specify the user manifest? Thanks in advance for your advice

Override “haxelib/lime/version/templates” location

respecting the hierarchy “templates/android/template/app/src/main/AndroidManifest.xml”
Only those files that need to be replaced. The rest of the files are used by default.
Override only after connecting openFL

1. <haxelib name="openfl"/>
2. <template path="templates"/>
1 Like

Many thanks! This solved the problem.