File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 3333 <preference name =" prerendered-icon" value =" false" />
3434 <preference name =" androidxEnabled" value =" true" />
3535
36+
37+
3638 <edit-config file =" app/src/main/AndroidManifest.xml" mode =" merge" target =" /manifest/application" >
3739 <application android : networkSecurityConfig =" @xml/network_security_config" />
3840 <application android : hardwareAccelerated =" true" />
3941 <application android : requestLegacyExternalStorage =" true" />
4042 <application android : largeHeap =" true" />
4143 </edit-config >
4244
45+ <edit-config file =" app/src/main/AndroidManifest.xml" mode =" merge" target =" /manifest/application/activity[@android:name='MainActivity']" >
46+ <activity android : resizeableActivity =" true" />
47+ </edit-config >
48+
4349 <config-file parent =" ./application/activity" target =" AndroidManifest.xml" >
4450 <intent-filter >
4551 <action android : name =" android.intent.action.VIEW" />
You can’t perform that action at this time.
0 commit comments