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.
1 parent 14f0670 commit 7fb2d2eCopy full SHA for 7fb2d2e
app/src/main/AndroidManifest.xml
@@ -16,12 +16,10 @@
16
tools:targetApi="31">
17
<activity
18
android:name=".activities.AdvancedCalculatorActivity"
19
- android:exported="false"
20
- android:configChanges="orientation|screenSize"/>
+ android:exported="false"/>
21
22
android:name=".activities.HomeActivity"
23
- android:exported="true"
24
- android:configChanges="orientation|screenSize">
+ android:exported="true">
25
<intent-filter>
26
<action android:name="android.intent.action.MAIN"/>
27
@@ -30,8 +28,7 @@
30
28
</activity>
31
29
32
android:name=".activities.SimpleCalculatorActivity"
33
34
35
36
</application>
37
0 commit comments