修改资源名称和去掉无用代码

This commit is contained in:
wangcongtao
2020-09-02 15:33:28 +08:00
parent f2b5525c0b
commit 921bfbf9e8
12 changed files with 36 additions and 212 deletions

View File

@@ -4,14 +4,4 @@
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
<application>
<activity
android:name=".activity.PushMessageActivity"
android:theme="@style/ModulePushMessageTheme">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
</intent-filter>
</activity>
</application>
</manifest>