Skip to content

Commit

Permalink
Make MainActivity exported
Browse files Browse the repository at this point in the history
  • Loading branch information
msoultanidis committed Jan 17, 2022
1 parent 9c76b89 commit 5c353ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
android:supportsRtl="true"
android:theme="@style/AppTheme">

<activity android:name=".ui.MainActivity" android:launchMode="singleTask">
<activity android:name=".ui.MainActivity" android:launchMode="singleTask"
android:exported="true">

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

0 comments on commit 5c353ea

Please sign in to comment.