Skip to content

Commit 7f6db2b

Browse files
authored
Merge pull request #16 from bmwcarit/ParadoxKG-set-activity-export-flag
set export flag in AndroidManifest.xml
2 parents 211d579 + c1ed36a commit 7f6db2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
android:roundIcon="@mipmap/ramseslogo_round"
1919
android:supportsRtl="true"
2020
android:theme="@style/AppTheme">
21-
<activity android:name=".MainActivity" android:exported="false">
21+
<activity android:name=".MainActivity" android:exported="true">
2222
<intent-filter>
2323
<action android:name="android.intent.action.MAIN" />
2424

0 commit comments

Comments
 (0)