update:2020.03.16 更新布局,优化下载问题,加入字体

This commit is contained in:
2020-03-16 18:10:17 +08:00
parent 82f08853f5
commit 553999f7ec
52 changed files with 472 additions and 123 deletions

View File

@@ -26,14 +26,15 @@
<application
android:name=".MyApplication"
android:allowBackup="true"
android:icon="@mipmap/ic_app"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:launchMode="singleTask"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme"
tools:ignore="GoogleAppIndexingWarning">
<activity android:name=".activity.AboutActivity"></activity>
<activity android:name=".activity.CopyrightActivity"></activity>
<activity android:name=".activity.AboutActivity" />
<activity android:name=".activity.SearcherActivity" />
<service
@@ -69,7 +70,7 @@
android:name=".receiver.AppManagerReceiver"
android:enabled="true"
android:exported="true">
<intent-filter android:priority="10000">
<intent-filter android:priority="1000">
<action android:name="android.intent.action.PACKAGE_ADDED" />
<action android:name="android.intent.action.PACKAGE_REPLACED" />
<action android:name="android.intent.action.PACKAGE_REMOVED" />