From df1294224469de0e0043a460b67d9d2d734eae4a Mon Sep 17 00:00:00 2001 From: zackhow Date: Thu, 25 Oct 2018 16:58:05 -0400 Subject: [PATCH] Android: Don't require vibrate permission Google Play won't distribute the app to devices that do not allow the vibrate permission if required is not false. --- Source/Android/app/src/main/AndroidManifest.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Source/Android/app/src/main/AndroidManifest.xml b/Source/Android/app/src/main/AndroidManifest.xml index 00be3bd1b6..4d61a49815 100644 --- a/Source/Android/app/src/main/AndroidManifest.xml +++ b/Source/Android/app/src/main/AndroidManifest.xml @@ -18,7 +18,9 @@ - +