JLChen
2020-03-16 30d5375178a275abd2019f2e5ce0eab1dfa51e0e
Crabtree/ON/Properties/AndroidManifest.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.hdl.crabtree" android:versionName="2.503102" android:versionCode="202003102">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.hdl.crabtreenew" android:versionName="2.503104" android:versionCode="202003104">
   <uses-sdk android:minSdkVersion="23" android:targetSdkVersion="26" />
   <!-- Required  一些系统要求的权限,此处是极光推送需求的权限,如访问网络等-->
   <permission android:name="com.hdl.on.permission.JPUSH_MESSAGE" android:protectionLevel="signature" />
   <uses-permission android:name="com.hdl.on.permission.JPUSH_MESSAGE" />
   <permission android:name="com.hdl.crabtreenew.permission.JPUSH_MESSAGE" android:protectionLevel="signature" />
   <uses-permission android:name="com.hdl.crabtreenew.permission.JPUSH_MESSAGE" />
   <uses-permission android:name="android.permission.RECEIVE_USER_PRESENT" />
   <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
   <uses-permission android:name="android.permission.WRITE_SETTINGS" />
@@ -105,11 +105,15 @@
            <action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
         </intent-filter>
      </receiver>
      <!-- 自动更新 -->
      <provider android:name="android.support.v4.content.FileProvider" android:authorities="com.hdl.crabtreenew.fileProvider" android:grantUriPermissions="true" android:exported="false">
         <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths" />
      </provider>
      <activity android:name="cn.jpush.android.ui.PushActivity" android:configChanges="orientation|keyboardHidden" android:theme="@android:style/Theme.NoTitleBar" android:exported="false">
         <intent-filter>
            <action android:name="cn.jpush.android.ui.PushActivity" />
            <category android:name="android.intent.category.DEFAULT" />
            <category android:name="com.hdl.on" />
            <category android:name="com.hdl.crabtreenew" />
         </intent-filter>
      </activity>
      <service android:name="cn.jpush.android.service.PushService" android:process=":mult">
@@ -123,13 +127,13 @@
      <service android:name="cn.jpush.android.service.DaemonService" android:enabled="true" android:exported="true">
         <intent-filter>
            <action android:name="cn.jpush.android.intent.DaemonService" />
            <category android:name="com.hdl.on" />
            <category android:name="com.hdl.crabtreenew" />
         </intent-filter>
      </service>
      <receiver android:name="cn.jpush.android.service.PushReceiver" android:enabled="true">
         <intent-filter android:priority="1000">
            <action android:name="cn.jpush.android.intent.NOTIFICATION_RECEIVED_PROXY" />
            <category android:name="com.hdl.on" />
            <category android:name="com.hdl.crabtreenew" />
         </intent-filter>
         <intent-filter>
            <action android:name="android.intent.action.USER_PRESENT" />