Skip to content

Commit 8a9bc7e

Browse files
Update AndroidManifest.xml
1 parent 13921ce commit 8a9bc7e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@
1313
android:name=".MainActivity"
1414
android:exported="true"
1515
android:label="@string/app_name">
16-
<intent-filter>
17-
<action android:name="android.intent.action.MAIN" />
18-
<category android:name="android.intent.category.LAUNCHER" />
19-
</intent-filter>
16+
2017
</activity>
2118
</application>
2219

0 commit comments

Comments
 (0)