Skip to content

Commit cc8541e

Browse files
author
Ferenc Gerlits
committed
Set android:exported to "true"
1 parent 7fe73a6 commit cc8541e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
android:supportsRtl="true"
1212
android:theme="@style/AppTheme">
1313

14-
<activity android:name="ferenc_gerlits.hypercube_viewer.MainActivity">
14+
<activity android:name="ferenc_gerlits.hypercube_viewer.MainActivity" android:exported="true">
1515
<intent-filter>
1616
<action android:name="android.intent.action.MAIN" />
1717
<category android:name="android.intent.category.LAUNCHER" />
@@ -20,7 +20,7 @@
2020

2121
<activity
2222
android:name="ferenc_gerlits.hypercube_viewer.ShowTextActivity"
23-
android:parentActivityName=".MainActivity"></activity>
23+
android:parentActivityName=".MainActivity" />
2424
</application>
2525

2626
</manifest>

0 commit comments

Comments
 (0)