We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81ec5ee + da0099b commit 14f0670Copy full SHA for 14f0670
app/src/main/AndroidManifest.xml
@@ -16,10 +16,12 @@
16
tools:targetApi="31">
17
<activity
18
android:name=".activities.AdvancedCalculatorActivity"
19
- android:exported="false"/>
+ android:exported="false"
20
+ android:configChanges="orientation|screenSize"/>
21
22
android:name=".activities.HomeActivity"
- android:exported="true">
23
+ android:exported="true"
24
+ android:configChanges="orientation|screenSize">
25
<intent-filter>
26
<action android:name="android.intent.action.MAIN"/>
27
@@ -28,7 +30,8 @@
28
30
</activity>
29
31
32
android:name=".activities.SimpleCalculatorActivity"
33
34
35
36
</application>
37
0 commit comments