Skip to content

Commit

Permalink
Merge pull request #16 from bmwcarit/ParadoxKG-set-activity-export-flag
Browse files Browse the repository at this point in the history
set export flag in AndroidManifest.xml
  • Loading branch information
nVxx authored May 5, 2023
2 parents 211d579 + c1ed36a commit 7f6db2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
android:roundIcon="@mipmap/ramseslogo_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity android:name=".MainActivity" android:exported="false">
<activity android:name=".MainActivity" android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down

0 comments on commit 7f6db2b

Please sign in to comment.