Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit a3640a9

Browse files
committed
Declare AudioPlayActivity in manifest
Fix crash by be07d5c
1 parent af1de2f commit a3640a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main/src/main/AndroidManifest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
android:name=".ui.MainActivity"
88
android:launchMode="singleTask" />
99

10+
<activity android:name=".ui.AudioPlayActivity" />
11+
1012
</application>
1113

1214
</manifest>

0 commit comments

Comments
 (0)