This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +0
-37
lines changed
testing/scenario_app/android
java/dev/flutter/scenarios Expand file tree Collapse file tree 3 files changed +0
-37
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff line change 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"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments