add push broadcastreciver and opt ui

This commit is contained in:
lixiaopeng
2020-01-15 19:32:58 +08:00
parent 75f4d373a9
commit 385539b699
11 changed files with 148 additions and 66 deletions

View File

@@ -14,6 +14,13 @@
</intent-filter>
</receiver>
<receiver android:name=".receiver.PushReceiver">
<intent-filter>
<action android:name="com.zhidao.roadcondition.split" />
<category android:name="android.intent.category.HOME" />
</intent-filter>
</receiver>
</application>
</manifest>