Skip to content

Commit b4e434a

Browse files
committed
添加引用说明与配置启动页
1 parent 456d06b commit b4e434a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@
1515
tools:targetApi="31">
1616
<activity
1717
android:name=".MainActivity"
18-
android:exported="false" />
18+
android:exported="true" >
19+
<intent-filter>
20+
<action android:name="android.intent.action.MAIN" />
21+
22+
<category android:name="android.intent.category.LAUNCHER" />
23+
</intent-filter>
24+
</activity>
1925
</application>
2026

2127
</manifest>

0 commit comments

Comments
 (0)