|
@@ -1,7 +1,7 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
- package="com.xunao.effectdemo">
|
|
|
+ package="com.xunao.effectdemo" >
|
|
|
|
|
|
<uses-sdk tools:overrideLibrary="com.qmuiteam.qmui" />
|
|
|
|
|
@@ -31,8 +31,8 @@
|
|
|
android:roundIcon="@mipmap/ic_launcher_round"
|
|
|
android:supportsRtl="true"
|
|
|
android:theme="@style/AppTheme"
|
|
|
- android:usesCleartextTraffic="true">
|
|
|
- <activity android:name=".activity.MainActivity">
|
|
|
+ android:usesCleartextTraffic="true" >
|
|
|
+ <activity android:name=".activity.MainActivity" >
|
|
|
<intent-filter>
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
|
@@ -77,7 +77,7 @@
|
|
|
android:name=".receiver.MyService"
|
|
|
android:enabled="true"
|
|
|
android:exported="false"
|
|
|
- android:process=":pushcore">
|
|
|
+ android:process=":pushcore" >
|
|
|
<intent-filter>
|
|
|
<action android:name="cn.jiguang.user.service.action" />
|
|
|
</intent-filter>
|
|
@@ -86,7 +86,7 @@
|
|
|
<receiver
|
|
|
android:name=".receiver.PushMessageReceiver"
|
|
|
android:enabled="true"
|
|
|
- android:exported="false">
|
|
|
+ android:exported="false" >
|
|
|
<intent-filter>
|
|
|
<action android:name="cn.jpush.android.intent.RECEIVE_MESSAGE" />
|
|
|
|
|
@@ -98,7 +98,7 @@
|
|
|
android:name="cn.jiguang.union.ads.service.JAdFileProvider"
|
|
|
android:authorities="${applicationId}.JAdFileProvider"
|
|
|
android:exported="false"
|
|
|
- android:grantUriPermissions="true">
|
|
|
+ android:grantUriPermissions="true" >
|
|
|
<meta-data
|
|
|
android:name="android.support.FILE_PROVIDER_PATHS"
|
|
|
android:resource="@xml/jpush_file_paths" />
|
|
@@ -144,10 +144,7 @@
|
|
|
<activity
|
|
|
android:name=".activity.DragActivity"
|
|
|
android:screenOrientation="landscape" />
|
|
|
- <activity
|
|
|
- android:name=".activity.VideoPlayActivity"
|
|
|
- android:screenOrientation="landscape" />
|
|
|
- <activity android:name=".activity.NewSongLyricActivity" />
|
|
|
+ <activity android:name=".activity.NewSongLyricActivity"/>
|
|
|
</application>
|
|
|
|
|
|
</manifest>
|