|
|
@ -198,32 +198,38 @@ |
|
|
|
<!-- 关于界面 --> |
|
|
|
<!-- 关于界面 --> |
|
|
|
<activity |
|
|
|
<activity |
|
|
|
android:name=".ui.about.AboutActivity" |
|
|
|
android:name=".ui.about.AboutActivity" |
|
|
|
android:launchMode="singleTask" /> |
|
|
|
android:launchMode="singleTask" |
|
|
|
|
|
|
|
android:screenOrientation="behind" /> |
|
|
|
<!-- 捐赠界面 --> |
|
|
|
<!-- 捐赠界面 --> |
|
|
|
<activity |
|
|
|
<activity |
|
|
|
android:name=".ui.about.DonateActivity" |
|
|
|
android:name=".ui.about.DonateActivity" |
|
|
|
android:launchMode="singleTask" /> |
|
|
|
android:launchMode="singleTask" |
|
|
|
|
|
|
|
android:screenOrientation="behind" /> |
|
|
|
<!-- 书源管理 --> |
|
|
|
<!-- 书源管理 --> |
|
|
|
<activity |
|
|
|
<activity |
|
|
|
android:name=".ui.book.source.manage.BookSourceActivity" |
|
|
|
android:name=".ui.book.source.manage.BookSourceActivity" |
|
|
|
android:launchMode="singleTop" /> |
|
|
|
android:launchMode="singleTop" |
|
|
|
|
|
|
|
android:screenOrientation="behind" /> |
|
|
|
<!-- 订阅源管理 --> |
|
|
|
<!-- 订阅源管理 --> |
|
|
|
<activity |
|
|
|
<activity |
|
|
|
android:name=".ui.rss.source.manage.RssSourceActivity" |
|
|
|
android:name=".ui.rss.source.manage.RssSourceActivity" |
|
|
|
android:launchMode="singleTop" /> |
|
|
|
android:launchMode="singleTop" |
|
|
|
|
|
|
|
android:screenOrientation="behind" /> |
|
|
|
<!-- 替换规则界面 --> |
|
|
|
<!-- 替换规则界面 --> |
|
|
|
<activity |
|
|
|
<activity |
|
|
|
android:name=".ui.replace.ReplaceRuleActivity" |
|
|
|
android:name=".ui.replace.ReplaceRuleActivity" |
|
|
|
android:launchMode="singleTop"> |
|
|
|
android:launchMode="singleTop" |
|
|
|
</activity> |
|
|
|
android:screenOrientation="behind" /> |
|
|
|
<!-- 书籍管理 --> |
|
|
|
<!-- 书籍管理 --> |
|
|
|
<activity |
|
|
|
<activity |
|
|
|
android:name=".ui.book.arrange.ArrangeBookActivity" |
|
|
|
android:name=".ui.book.arrange.ArrangeBookActivity" |
|
|
|
android:launchMode="singleTop" /> |
|
|
|
android:launchMode="singleTop" |
|
|
|
|
|
|
|
android:screenOrientation="behind" /> |
|
|
|
<!-- 书源调试 --> |
|
|
|
<!-- 书源调试 --> |
|
|
|
<activity |
|
|
|
<activity |
|
|
|
android:name=".ui.book.source.debug.BookSourceDebugActivity" |
|
|
|
android:name=".ui.book.source.debug.BookSourceDebugActivity" |
|
|
|
android:launchMode="singleTop" /> |
|
|
|
android:launchMode="singleTop" |
|
|
|
|
|
|
|
android:screenOrientation="behind" /> |
|
|
|
<!-- 目录 --> |
|
|
|
<!-- 目录 --> |
|
|
|
<activity |
|
|
|
<activity |
|
|
|
android:name=".ui.book.toc.ChapterListActivity" |
|
|
|
android:name=".ui.book.toc.ChapterListActivity" |
|
|
@ -343,8 +349,8 @@ |
|
|
|
<!-- 打开文件 --> |
|
|
|
<!-- 打开文件 --> |
|
|
|
<activity |
|
|
|
<activity |
|
|
|
android:name=".ui.association.FileAssociationActivity" |
|
|
|
android:name=".ui.association.FileAssociationActivity" |
|
|
|
android:theme="@style/AppTheme.Transparent" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:launchMode="singleTop"> |
|
|
|
android:theme="@style/AppTheme.Transparent"> |
|
|
|
<intent-filter> |
|
|
|
<intent-filter> |
|
|
|
<action android:name="android.intent.action.VIEW" /> |
|
|
|
<action android:name="android.intent.action.VIEW" /> |
|
|
|
|
|
|
|
|
|
|
@ -371,6 +377,7 @@ |
|
|
|
<action android:name="android.intent.action.MEDIA_BUTTON" /> |
|
|
|
<action android:name="android.intent.action.MEDIA_BUTTON" /> |
|
|
|
</intent-filter> |
|
|
|
</intent-filter> |
|
|
|
</receiver> |
|
|
|
</receiver> |
|
|
|
|
|
|
|
|
|
|
|
<provider |
|
|
|
<provider |
|
|
|
android:name=".api.ReaderProvider" |
|
|
|
android:name=".api.ReaderProvider" |
|
|
|
android:authorities="${applicationId}.readerProvider" |
|
|
|
android:authorities="${applicationId}.readerProvider" |
|
|
|