Skip to content

Commit 8ee93d9

Browse files
committed
Add android:exported attribute in Example app Manifest
1 parent 4b691ad commit 8ee93d9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

app/src/main/AndroidManifest.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
android:roundIcon="@mipmap/ic_launcher_round"
1010
android:supportsRtl="true"
1111
android:theme="@style/AppTheme">
12-
<activity android:name=".MainActivity">
12+
13+
<activity
14+
android:name=".MainActivity"
15+
android:exported="true">
1316
<intent-filter>
1417
<action android:name="android.intent.action.MAIN" />
1518

0 commit comments

Comments
 (0)