From e56b285e66916e0c4b88c535e886bddee85dce7e Mon Sep 17 00:00:00 2001 From: Artyom Nesterenko Date: Mon, 10 Oct 2022 18:46:19 +0300 Subject: [PATCH] Fix SurveyMonkey Android SDK manifest Add android:exported attribute to the SurveyMonkey Android SDK manifest. --- android/src/main/AndroidManifest.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index 06b82ff..89ace05 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -1,5 +1,13 @@ - + + xmlns:tools="http://schemas.android.com/tools" + package="com.surveymonkey"> + + + +