[Update]启动优化初版

This commit is contained in:
chenfufeng
2022-05-11 18:25:49 +08:00
parent c72d86c48f
commit 56f8c969b8
20 changed files with 771 additions and 473 deletions

View File

@@ -19,6 +19,18 @@
android:usesCleartextTraffic="true"
tools:replace="android:label">
<provider
android:name="com.rousetime.android_startup.provider.StartupProvider"
android:authorities="${applicationId}.android_startup"
android:exported="false" >
<meta-data
android:name="com.mogo.launcher.stageone.HttpDnsStartUp"
android:value="android.startup" />
<meta-data
android:name="com.mogo.launcher.stageone.MogoStartupProviderConfig"
android:value="android.startup.provider.config" />
</provider>
<!-- 配置APP ID -->
<meta-data
android:name="BUGLY_APPID"