mainAndroidManifest

fun Project.mainAndroidManifest(agpApiAccess: AgpApiAccess): File?

Return

the main src AndroidManifest.xml file if it exists. This will typically be $projectDir/src/main/AndroidManifest.xml, but if the position has been changed in the Android extension, the new path will be used.

Parameters

agpApiAccess

the AgpApiAccess to use for safe access

Sources

Link copied to clipboard