Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit eab893f

Browse files
authored
Remove tests related to StrictMode that were never running on CI. (#51827)
Closes flutter/flutter#60635 as not planned.
1 parent 8ad3a87 commit eab893f

File tree

3 files changed

+0
-37
lines changed

3 files changed

+0
-37
lines changed

testing/scenario_app/android/BUILD.gn

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ _android_sources = [
2929
"app/src/main/java/dev/flutter/scenarios/PlatformViewsActivity.java",
3030
"app/src/main/java/dev/flutter/scenarios/SpawnMultiEngineActivity.java",
3131
"app/src/main/java/dev/flutter/scenarios/SpawnedEngineActivity.java",
32-
"app/src/main/java/dev/flutter/scenarios/StrictModeFlutterActivity.java",
3332
"app/src/main/java/dev/flutter/scenarios/SurfacePlatformViewFactory.java",
3433
"app/src/main/java/dev/flutter/scenarios/TestActivity.java",
3534
"app/src/main/java/dev/flutter/scenarios/TestableFlutterActivity.java",

testing/scenario_app/android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,6 @@
5959
<category android:name="android.intent.category.LAUNCHER" />
6060
</intent-filter>
6161
</activity>
62-
<activity android:name=".StrictModeFlutterActivity"
63-
android:launchMode="singleTop"
64-
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
65-
android:hardwareAccelerated="true"
66-
android:exported="true">
67-
<intent-filter>
68-
<!-- TODO: https://github.com/flutter/flutter/issues/60635 -->
69-
<action android:name="dev.flutter.scenarios.STRICT_MODE" />
70-
<category android:name="android.intent.category.LAUNCHER" />
71-
</intent-filter>
72-
</activity>
7362
<activity
7463
android:name=".GetBitmapActivity"
7564
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"

testing/scenario_app/android/app/src/main/java/dev/flutter/scenarios/StrictModeFlutterActivity.java

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)