From 6d0f7265745da7855903bc9c8ec3b771262c19cb Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Wed, 28 Sep 2016 18:43:47 -0700 Subject: [PATCH] Allow submission to non-touchscreen devices (FireTV, Chromebook...) --- templates/android/template/app/src/main/AndroidManifest.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/android/template/app/src/main/AndroidManifest.xml b/templates/android/template/app/src/main/AndroidManifest.xml index ce80c5f4f..f88916024 100644 --- a/templates/android/template/app/src/main/AndroidManifest.xml +++ b/templates/android/template/app/src/main/AndroidManifest.xml @@ -2,8 +2,10 @@ - ::if (ANDROID_PERMISSIONS != null)::::foreach ANDROID_PERMISSIONS:: - ::end::::end:: + + + ::if (ANDROID_PERMISSIONS != null)::::foreach ANDROID_PERMISSIONS:: + ::end::::end::