Skip to content

Commit 50b67fc

Browse files
Add files via upload
1 parent 9aa6d8d commit 50b67fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
</provider>
2525
<activity
2626
android:name=".MainActivity"
27-
android:exported="true">
27+
android:exported="true"
28+
android:configChanges="orientation|screenSize|keyboardHidden">
2829
<intent-filter>
2930
<action android:name="android.intent.action.SEND" />
3031
<category android:name="android.intent.category.DEFAULT" />

0 commit comments

Comments
 (0)