Skip to content

Commit

Permalink
fix: export intent (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellathet authored Jan 9, 2023
1 parent 59787cf commit d5cc235
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
android:label="@string/app_name"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode"
android:launchMode="singleTask"
android:windowSoftInputMode="adjustResize">
android:windowSoftInputMode="adjustResize"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Expand Down

0 comments on commit d5cc235

Please sign in to comment.