From f0a040727c5054eff9c230c96f4eba6b8d5af46f Mon Sep 17 00:00:00 2001 From: Joseph Cloutier Date: Thu, 21 Dec 2023 22:46:13 -0500 Subject: [PATCH] Allow clearing attributes by passing "". project.xml can't pass `null`, so this seems like the next best thing. --- templates/android/template/app/src/main/AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/android/template/app/src/main/AndroidManifest.xml b/templates/android/template/app/src/main/AndroidManifest.xml index e605036cf..a856594c6 100644 --- a/templates/android/template/app/src/main/AndroidManifest.xml +++ b/templates/android/template/app/src/main/AndroidManifest.xml @@ -7,7 +7,7 @@ ::foreach ANDROID_PERMISSIONS:: ::end:: - + ::if (WIN_ORIENTATION=="portrait"):: @@ -17,7 +17,7 @@ ::end:: - +