File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
add_to_app/multiple_flutters/multiple_flutters_android/app/src/main Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 37
37
android : hardwareAccelerated =" true"
38
38
android : windowSoftInputMode =" adjustResize"
39
39
/>
40
+ <!-- Whether leave or clean up the VM after the last shell shuts down. If your want to let
41
+ your app destroy the last shell and re-create shells more quickly, set it to true,
42
+ otherwise if you want to clean up the memory of the leak VM, set it to false. This
43
+ setting should works after the Flutter engine supports custom switch. View this link:
44
+ https://github.com/flutter/flutter/issues/95903 for more detail. -->
45
+ <meta-data
46
+ android : name =" io.flutter.embedding.android.LeakVM"
47
+ android : value =" false"
48
+ />
40
49
</application >
41
50
42
51
</manifest >
You can’t perform that action at this time.
0 commit comments