diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml
index a08629b2c..9a075e4cf 100644
--- a/android/src/main/AndroidManifest.xml
+++ b/android/src/main/AndroidManifest.xml
@@ -24,7 +24,8 @@
+ android:theme="@style/UCropTheme"
+ android:exported="false" />
diff --git a/android/src/main/res/values/styles.xml b/android/src/main/res/values/styles.xml
new file mode 100644
index 000000000..149a710ee
--- /dev/null
+++ b/android/src/main/res/values/styles.xml
@@ -0,0 +1,8 @@
+
+
+
\ No newline at end of file