File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
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+
3637 <edit-config file =" app/src/main/AndroidManifest.xml" mode =" merge" target =" /manifest/application" >
3738 <application android : networkSecurityConfig =" @xml/network_security_config" />
3839 <application android : hardwareAccelerated =" true" />
3940 <application android : requestLegacyExternalStorage =" true" />
4041 <application android : largeHeap =" true" />
4142 </edit-config >
4243
44+ <edit-config file =" app/src/main/AndroidManifest.xml" mode =" merge" target =" /manifest/application/activity[@android:name='MainActivity']" >
45+ <activity android : resizeableActivity =" true" />
46+ </edit-config >
47+
4348 <config-file parent =" ./application/activity" target =" AndroidManifest.xml" >
4449 <intent-filter >
4550 <action android : name =" android.intent.action.VIEW" />
Original file line number Diff line number Diff line change 1515
1616
1717 <config-file parent =" ./application" target =" AndroidManifest.xml" >
18- <activity android : configChanges =" orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode" android : name =" com.foxdebug.browser.BrowserActivity" android : theme =" @style/Theme.AppCompat.NoActionBar" android : windowSoftInputMode =" adjustResize" >
18+ <activity android : configChanges =" orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode" android : name =" com.foxdebug.browser.BrowserActivity" android : theme =" @style/Theme.AppCompat.NoActionBar" android : windowSoftInputMode =" adjustResize" android : resizeableActivity = " true " >
1919 </activity >
2020 </config-file >
2121
You can’t perform that action at this time.
0 commit comments