File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3+ xmlns : tools =" http://schemas.android.com/tools" >
4+
5+ <application >
6+ <!-- Fix for androidx.test.core activities requiring explicit exported for Android 12+ -->
7+ <activity
8+ android : name =" androidx.test.core.app.InstrumentationActivityInvoker$BootstrapActivity"
9+ android : exported =" true"
10+ tools : node =" merge"
11+ tools : replace =" android:exported" />
12+
13+ <activity
14+ android : name =" androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity"
15+ android : exported =" true"
16+ tools : node =" merge"
17+ tools : replace =" android:exported" />
18+
19+ <activity
20+ android : name =" androidx.test.core.app.InstrumentationActivityInvoker$EmptyFloatingActivity"
21+ android : exported =" true"
22+ tools : node =" merge"
23+ tools : replace =" android:exported" />
24+ </application >
25+
26+ </manifest >
Original file line number Diff line number Diff line change @@ -28,4 +28,5 @@ mendixnative.cookieEncryption=false
2828VisionCamera_enableCodeScanner =true
2929
3030# Enable edge-to-edge display
31- edgeToEdgeEnabled =true
31+ edgeToEdgeEnabled =true
32+ android.testInstrumentationRunnerArguments.notAnnotation =androidx.test.filters.FlakyTest
You can’t perform that action at this time.
0 commit comments