|
31 | 31 |
|
32 | 32 | <activity |
33 | 33 | android:name=".main.MainActivity" |
| 34 | + android:configChanges="orientation|screenSize" |
34 | 35 | android:label="@string/app_name" |
35 | 36 | android:theme="@style/Theme.App.Starting" |
36 | 37 | android:exported="true"> |
|
77 | 78 |
|
78 | 79 | <activity |
79 | 80 | android:name=".exception.ExceptionActivity" |
| 81 | + android:configChanges="orientation|screenSize" |
80 | 82 | android:label="@string/app_name" /> |
81 | 83 |
|
82 | 84 | <activity |
83 | 85 | android:name=".FormattingHelpActivity" |
| 86 | + android:configChanges="orientation|screenSize" |
84 | 87 | android:label="@string/action_formatting_help" |
85 | 88 | android:parentActivityName=".main.MainActivity" |
86 | 89 | android:windowSoftInputMode="stateHidden" /> |
87 | 90 |
|
88 | 91 | <activity |
89 | 92 | android:name=".manageaccounts.ManageAccountsActivity" |
90 | 93 | android:label="@string/manage_accounts" |
| 94 | + android:configChanges="orientation|screenSize" |
91 | 95 | android:parentActivityName=".main.MainActivity" |
92 | 96 | android:windowSoftInputMode="stateHidden" /> |
93 | 97 |
|
94 | 98 | <activity |
95 | 99 | android:name=".preferences.PreferencesActivity" |
96 | 100 | android:label="@string/action_settings" |
| 101 | + android:configChanges="orientation|screenSize" |
97 | 102 | android:parentActivityName=".main.MainActivity" |
98 | 103 | android:windowSoftInputMode="stateHidden" /> |
99 | 104 |
|
100 | 105 | <activity |
101 | 106 | android:name=".edit.EditNoteActivity" |
102 | 107 | android:label="@string/simple_edit" |
| 108 | + android:configChanges="orientation|screenSize" |
103 | 109 | android:parentActivityName=".main.MainActivity" |
104 | 110 | android:windowSoftInputMode="stateHidden" |
105 | 111 | android:exported="true"> |
|
126 | 132 |
|
127 | 133 | <activity |
128 | 134 | android:name=".about.AboutActivity" |
| 135 | + android:configChanges="orientation|screenSize" |
129 | 136 | android:label="@string/simple_about" |
130 | 137 | android:parentActivityName=".main.MainActivity" /> |
131 | 138 |
|
|
0 commit comments