Skip to content

Commit d46865b

Browse files
committed
reexport android?
1 parent 87aecc7 commit d46865b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
android:screenOrientation="landscape"
4040
android:configChanges="orientation|keyboardHidden|screenSize|screenLayout"
4141
android:label="@string/app_name"
42-
android:exported="false">
42+
android:exported="true">
4343
<intent-filter>
4444
<action android:name="android.intent.action.MAIN" />
4545
<category android:name="android.intent.category.LAUNCHER" />

0 commit comments

Comments
 (0)