[Change]
[合并司机端、乘客端为一个应用,适用于异屏、异显、异交互]

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2022-11-28 19:55:00 +08:00
parent f070106fe0
commit 5f1ecdd51f
19 changed files with 666 additions and 49 deletions

View File

@@ -25,17 +25,17 @@
android:name="design_height_in_dp"
android:value="3200"/>
<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>
<!-- <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>-->
<!-- &lt;!&ndash; 暂不使用Shizuku-API &ndash;&gt;-->
<!-- <provider-->