diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 7ec2c615cd8..3b44cb98229 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,14 +1,20 @@ - + + + + - - - - + + + + @@ -34,6 +40,8 @@ diff --git a/android/app/src/main/res/xml/data_extraction_rules.xml b/android/app/src/main/res/xml/data_extraction_rules.xml new file mode 100644 index 00000000000..f0220a4202d --- /dev/null +++ b/android/app/src/main/res/xml/data_extraction_rules.xml @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/patches/react-native-exception-handler+2.10.10.patch b/patches/react-native-exception-handler+2.10.10.patch new file mode 100644 index 00000000000..7112d31700b --- /dev/null +++ b/patches/react-native-exception-handler+2.10.10.patch @@ -0,0 +1,13 @@ +diff --git a/node_modules/react-native-exception-handler/android/src/main/AndroidManifest.xml b/node_modules/react-native-exception-handler/android/src/main/AndroidManifest.xml +index 58dfc7b..47c9954 100644 +--- a/node_modules/react-native-exception-handler/android/src/main/AndroidManifest.xml ++++ b/node_modules/react-native-exception-handler/android/src/main/AndroidManifest.xml +@@ -3,7 +3,7 @@ + package="com.masteratul.exceptionhandler"> + + +- ++ + + + diff --git a/patches/react-native-notifications+5.1.0.patch b/patches/react-native-notifications+5.1.0.patch index dcb96e7695c..c3da042676f 100644 --- a/patches/react-native-notifications+5.1.0.patch +++ b/patches/react-native-notifications+5.1.0.patch @@ -16,10 +16,10 @@ index 30bb01c..bba788d 100644 events "PASSED", "SKIPPED", "FAILED", "standardOut", "standardError" } diff --git a/node_modules/react-native-notifications/lib/android/app/src/main/AndroidManifest.xml b/node_modules/react-native-notifications/lib/android/app/src/main/AndroidManifest.xml -index 24cd226..4bfacba 100644 +index 24cd226..3aa1728 100644 --- a/node_modules/react-native-notifications/lib/android/app/src/main/AndroidManifest.xml +++ b/node_modules/react-native-notifications/lib/android/app/src/main/AndroidManifest.xml -@@ -3,6 +3,7 @@ +@@ -3,19 +3,19 @@ xmlns:android="http://schemas.android.com/apk/res/android" package="com.wix.reactnativenotifications"> @@ -27,7 +27,22 @@ index 24cd226..4bfacba 100644 +- ++ + + ++ android:exported="false"> + + +- + + + +@@ -23,6 +23,9 @@ android:name=".fcm.FcmInstanceIdRefreshHandlerService" android:exported="false" android:permission="android.permission.BIND_JOB_SERVICE" />