Thanks for the answer. If all activities can be added or edited using standard methods or plugins, I will be glad to receive your help. For example, from the latest tests I am interested in the following activities:
• android:resizeableActivity="false"
• android:hardwareAccelerated
I also tried replacing configChanges with this option:
• android:configChanges="orientation|keyboardHidden|screenSize" android:launchMode="singleTop"
And this is not in the activity, but in the application section:
• android:usesCleartextTraffic="true"
Please tell me how to influence these parameters, especially using the first two as an example.