Skip to content

Commit

Permalink
feat(cli): export android-template activity for SDK 31 support (#5351)
Browse files Browse the repository at this point in the history
Co-authored-by: jcesarmobile <[email protected]>
  • Loading branch information
Seungwoo-Yu and jcesarmobile authored Feb 22, 2022
1 parent f79fb1e commit 79b4a3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android-template/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
android:name="com.getcapacitor.myapp.MainActivity"
android:label="@string/title_activity_main"
android:theme="@style/AppTheme.NoActionBarLaunch"
android:launchMode="singleTask">
android:launchMode="singleTask"
android:exported="true">

<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down

0 comments on commit 79b4a3c

Please sign in to comment.