Skip to content

Commit 7fb2d2e

Browse files
committed
Revert merge errors
1 parent 14f0670 commit 7fb2d2e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@
1616
tools:targetApi="31">
1717
<activity
1818
android:name=".activities.AdvancedCalculatorActivity"
19-
android:exported="false"
20-
android:configChanges="orientation|screenSize"/>
19+
android:exported="false"/>
2120
<activity
2221
android:name=".activities.HomeActivity"
23-
android:exported="true"
24-
android:configChanges="orientation|screenSize">
22+
android:exported="true">
2523
<intent-filter>
2624
<action android:name="android.intent.action.MAIN"/>
2725

@@ -30,8 +28,7 @@
3028
</activity>
3129
<activity
3230
android:name=".activities.SimpleCalculatorActivity"
33-
android:exported="false"
34-
android:configChanges="orientation|screenSize">
31+
android:exported="true">
3532
</activity>
3633
</application>
3734

0 commit comments

Comments
 (0)