From b0c7025e45f62033d4fc633bf8565aca6ecac159 Mon Sep 17 00:00:00 2001 From: Joseph Cloutier Date: Thu, 21 Dec 2023 22:12:14 -0500 Subject: [PATCH] Simplify permissions in AndroidManifest.xml. `AndroidPlatform` provides a default value, so the array will never be null. --- 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 af4261bf9..96ea485fb 100644 --- a/templates/android/template/app/src/main/AndroidManifest.xml +++ b/templates/android/template/app/src/main/AndroidManifest.xml @@ -4,8 +4,8 @@ - ::if (ANDROID_PERMISSIONS != null)::::foreach ANDROID_PERMISSIONS:: - ::end::::end:: + ::foreach ANDROID_PERMISSIONS:: + ::end:: =30):: android:allowNativeHeapPointerTagging="false" ::end::>