add only orientation configChange at some shared activities

This commit is contained in:
tibbi 2023-01-20 12:42:24 +01:00
parent 3fca985f90
commit f80a1e1ad8

View file

@ -28,21 +28,21 @@
<application android:supportsRtl="true"> <application android:supportsRtl="true">
<activity <activity
android:name="com.simplemobiletools.commons.activities.ContributorsActivity" android:name="com.simplemobiletools.commons.activities.ContributorsActivity"
android:configChanges="orientation|keyboardHidden|screenSize" android:configChanges="orientation"
android:exported="false" android:exported="false"
android:label="@string/contributors" android:label="@string/contributors"
android:parentActivityName="com.simplemobiletools.commons.activities.AboutActivity" /> android:parentActivityName="com.simplemobiletools.commons.activities.AboutActivity" />
<activity <activity
android:name="com.simplemobiletools.commons.activities.FAQActivity" android:name="com.simplemobiletools.commons.activities.FAQActivity"
android:configChanges="orientation|keyboardHidden|screenSize" android:configChanges="orientation"
android:exported="false" android:exported="false"
android:label="@string/frequently_asked_questions" android:label="@string/frequently_asked_questions"
android:parentActivityName="com.simplemobiletools.commons.activities.AboutActivity" /> android:parentActivityName="com.simplemobiletools.commons.activities.AboutActivity" />
<activity <activity
android:name="com.simplemobiletools.commons.activities.LicenseActivity" android:name="com.simplemobiletools.commons.activities.LicenseActivity"
android:configChanges="orientation|keyboardHidden|screenSize" android:configChanges="orientation"
android:exported="false" android:exported="false"
android:label="@string/third_party_licences" android:label="@string/third_party_licences"
android:parentActivityName="com.simplemobiletools.commons.activities.AboutActivity" /> android:parentActivityName="com.simplemobiletools.commons.activities.AboutActivity" />