This commit is contained in:
kunfei
2023-07-30 00:15:57 +08:00
parent 37f83a5783
commit cdb4ff941d
3 changed files with 31 additions and 16 deletions
+3 -6
View File
@@ -186,11 +186,6 @@
android:name=".ui.about.AboutActivity"
android:launchMode="singleTask"
android:screenOrientation="behind" />
<!-- 捐赠界面 -->
<activity
android:name=".ui.about.DonateActivity"
android:launchMode="singleTask"
android:screenOrientation="behind" />
<!-- 书源管理 -->
<activity
android:name=".ui.book.source.manage.BookSourceActivity"
@@ -432,7 +427,9 @@
<service android:name=".service.TTSReadAloudService" />
<service android:name=".service.HttpReadAloudService" />
<service android:name=".service.AudioPlayService" />
<service android:name=".service.DownloadService" />
<service
android:name=".service.DownloadService"
android:exported="" />
<receiver
android:name=".receiver.MediaButtonReceiver"