update:2020.01.10 20:21

fix:修改安装逻辑,优化状态栏逻辑
add:
This commit is contained in:
2020-01-10 20:22:04 +08:00
parent 0f23821d20
commit 7164c94e18
32 changed files with 645 additions and 521 deletions

View File

@@ -29,7 +29,6 @@
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher"
android:supportsRtl="true"
android:theme="@style/AppTheme">
@@ -158,7 +157,9 @@
android:value="20f70bbeb78bad23eddd08d0" /> <!-- ##############################极光推送end############################## -->
<service android:name="com.mjsheng.myappstore.server.GuardService" />
<service android:name="com.mjsheng.myappstore.server.StepService" />
<service
android:name="com.mjsheng.myappstore.server.StepService"
android:exported="true" />
<service android:name="com.mjsheng.myappstore.server.InitJpushServer" />
<receiver