Awesome. By the way, those strings i've mentioned previously that i've found after disassembling on Android Studio:
FingerprintManagerCompat.smali
value = "android.permission.USE_FINGERPRINT"
zzaqo.smali
const-string v2, "android.permission.ACCESS_COARSE_LOCATION"
const-string v2, "android.permission.ACCESS_FINE_LOCATION"
zzaiw.smali
const-string v2, "android.permission.RECORD_AUDIO"
const-string v2, "android.permission.CAMERA"
zzmw.smali
const-string v1, "android.permission.WRITE_EXTERNAL_STORAGE"
WorkSourceUtil.smali
const-string v2, "android.permission.UPDATE_DEVICE_STATS"
Only occur when the export template is compiled with the admob plugin. I've been unable to pin down what imported library causes this however.
Hopefully this won't trigger anything else and that the problem is indeed solely the placeholders in the XML manifest file.