update:2020.01.10 20:21
fix:修改安装逻辑,优化状态栏逻辑 add:
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user