Browse Source

gdxzpatient 2019.6.14 v3.2.3

master
zhaodewei 5 years ago
commit
e004ec0030
  1. 9
      .gitignore
  2. 22
      .idea/gradle.xml
  3. 33
      .idea/misc.xml
  4. 13
      .idea/modules.xml
  5. 12
      .idea/runConfigurations.xml
  6. 7
      .idea/vcs.xml
  7. 8
      PushSDK/.classpath
  8. 33
      PushSDK/.project
  9. 4
      PushSDK/.settings/org.eclipse.jdt.core.prefs
  10. 161
      PushSDK/AndroidManifest.xml
  11. 161
      PushSDK/bin/AndroidManifest.xml
  12. 7
      PushSDK/bin/R.txt
  13. BIN
      PushSDK/bin/classes/com/umeng/message/lib/BuildConfig.class
  14. BIN
      PushSDK/bin/classes/com/umeng/message/lib/R$attr.class
  15. BIN
      PushSDK/bin/classes/com/umeng/message/lib/R$id.class
  16. BIN
      PushSDK/bin/classes/com/umeng/message/lib/R$layout.class
  17. BIN
      PushSDK/bin/classes/com/umeng/message/lib/R.class
  18. 3
      PushSDK/bin/jarlist.cache
  19. BIN
      PushSDK/bin/pushsdk.jar
  20. 28
      PushSDK/build.gradle
  21. BIN
      PushSDK/build/generated/mockable-android-19.v3.jar
  22. 13
      PushSDK/build/generated/source/buildConfig/androidTest/debug/com/umeng/message/com/zbar/lib/test/BuildConfig.java
  23. 13
      PushSDK/build/generated/source/buildConfig/debug/com/umeng/message/com/zbar/lib/BuildConfig.java
  24. 13
      PushSDK/build/generated/source/buildConfig/release/com/umeng/message/com/zbar/lib/BuildConfig.java
  25. 21
      PushSDK/build/generated/source/r/androidTest/debug/com/umeng/message/com/zbar/lib/R.java
  26. 22
      PushSDK/build/generated/source/r/androidTest/debug/com/umeng/message/com/zbar/lib/test/R.java
  27. 21
      PushSDK/build/generated/source/r/debug/com/umeng/message/com/zbar/lib/R.java
  28. 21
      PushSDK/build/generated/source/r/release/com/umeng/message/com/zbar/lib/R.java
  29. 1006
      PushSDK/build/intermediates/attr/R.txt
  30. 6
      PushSDK/build/intermediates/blame/res/androidTest/debug/single/debug.json
  31. 7
      PushSDK/build/intermediates/bundles/debug/R.txt
  32. BIN
      PushSDK/build/intermediates/bundles/debug/classes.jar
  33. BIN
      PushSDK/build/intermediates/bundles/debug/jni/armeabi/libcocklogic-1.1.3.so
  34. BIN
      PushSDK/build/intermediates/bundles/debug/jni/armeabi/libtnet-3.1.11.so
  35. BIN
      PushSDK/build/intermediates/bundles/debug/jni/x86/libcocklogic-1.1.3.so
  36. BIN
      PushSDK/build/intermediates/bundles/debug/jni/x86/libtnet-3.1.11.so
  37. BIN
      PushSDK/build/intermediates/bundles/debug/libs/alicloud-android-sdk-httpdns-1.0.7.jar
  38. BIN
      PushSDK/build/intermediates/bundles/debug/libs/com.umeng.message_3.1.1a.jar
  39. BIN
      PushSDK/build/intermediates/bundles/debug/libs/utdid4all-1.1.5.3_proguard.jar
  40. 67
      PushSDK/build/intermediates/bundles/debug/res/layout/upush_notification.xml
  41. 7
      PushSDK/build/intermediates/bundles/release/R.txt
  42. 67
      PushSDK/build/intermediates/bundles/release/res/layout/upush_notification.xml
  43. BIN
      PushSDK/build/intermediates/classes/debug/com/umeng/message/com/zbar/lib/BuildConfig.class
  44. BIN
      PushSDK/build/intermediates/classes/debug/com/umeng/message/com/zbar/lib/R$id.class
  45. BIN
      PushSDK/build/intermediates/classes/debug/com/umeng/message/com/zbar/lib/R$layout.class
  46. BIN
      PushSDK/build/intermediates/classes/debug/com/umeng/message/com/zbar/lib/R.class
  47. BIN
      PushSDK/build/intermediates/classes/release/com/umeng/message/com/zbar/lib/BuildConfig.class
  48. BIN
      PushSDK/build/intermediates/classes/release/com/umeng/message/com/zbar/lib/R$id.class
  49. BIN
      PushSDK/build/intermediates/classes/release/com/umeng/message/com/zbar/lib/R$layout.class
  50. BIN
      PushSDK/build/intermediates/classes/release/com/umeng/message/com/zbar/lib/R.class
  51. BIN
      PushSDK/build/intermediates/incremental/compileDebugAidl/dependency.store
  52. BIN
      PushSDK/build/intermediates/incremental/compileDebugAndroidTestAidl/dependency.store
  53. BIN
      PushSDK/build/intermediates/incremental/compileReleaseAidl/dependency.store
  54. BIN
      PushSDK/build/intermediates/incremental/debug-mergeJavaRes/merge-state
  55. BIN
      PushSDK/build/intermediates/incremental/debug-mergeJniLibs/merge-state
  56. 2
      PushSDK/build/intermediates/incremental/mergeDebugAndroidTestResources/compile-file-map.properties
  57. 2
      PushSDK/build/intermediates/incremental/mergeDebugAndroidTestResources/merger.xml
  58. 2
      PushSDK/build/intermediates/incremental/mergeDebugAssets/merger.xml
  59. 2
      PushSDK/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
  60. 2
      PushSDK/build/intermediates/incremental/mergeDebugShaders/merger.xml
  61. 2
      PushSDK/build/intermediates/incremental/mergeReleaseAssets/merger.xml
  62. 2
      PushSDK/build/intermediates/incremental/mergeReleaseJniLibFolders/merger.xml
  63. 2
      PushSDK/build/intermediates/incremental/mergeReleaseShaders/merger.xml
  64. 2
      PushSDK/build/intermediates/incremental/packageDebugResources/compile-file-map.properties
  65. 2
      PushSDK/build/intermediates/incremental/packageDebugResources/merger.xml
  66. 2
      PushSDK/build/intermediates/incremental/packageReleaseResources/compile-file-map.properties
  67. 2
      PushSDK/build/intermediates/incremental/packageReleaseResources/merger.xml
  68. BIN
      PushSDK/build/intermediates/incremental/release-mergeJniLibs/merge-state
  69. BIN
      PushSDK/build/intermediates/intermediate-jars/debug/classes.jar
  70. BIN
      PushSDK/build/intermediates/intermediate-jars/debug/jni/armeabi/libcocklogic-1.1.3.so
  71. BIN
      PushSDK/build/intermediates/intermediate-jars/debug/jni/armeabi/libtnet-3.1.11.so
  72. BIN
      PushSDK/build/intermediates/intermediate-jars/debug/jni/x86/libcocklogic-1.1.3.so
  73. BIN
      PushSDK/build/intermediates/intermediate-jars/debug/jni/x86/libtnet-3.1.11.so
  74. BIN
      PushSDK/build/intermediates/intermediate-jars/debug/res.jar
  75. BIN
      PushSDK/build/intermediates/intermediate-jars/release/classes.jar
  76. BIN
      PushSDK/build/intermediates/intermediate-jars/release/jni/armeabi/libcocklogic-1.1.3.so
  77. BIN
      PushSDK/build/intermediates/intermediate-jars/release/jni/armeabi/libtnet-3.1.11.so
  78. BIN
      PushSDK/build/intermediates/intermediate-jars/release/jni/x86/libcocklogic-1.1.3.so
  79. BIN
      PushSDK/build/intermediates/intermediate-jars/release/jni/x86/libtnet-3.1.11.so
  80. BIN
      PushSDK/build/intermediates/intermediate-jars/release/res.jar
  81. 1
      PushSDK/build/intermediates/javaPrecompile/debug/annotationProcessors.json
  82. 1
      PushSDK/build/intermediates/javaPrecompile/release/annotationProcessors.json
  83. BIN
      PushSDK/build/intermediates/jniLibs/debug/alicloud-android-sdk-httpdns-1.0.7.jar
  84. BIN
      PushSDK/build/intermediates/jniLibs/debug/armeabi/libcocklogic-1.1.3.so
  85. BIN
      PushSDK/build/intermediates/jniLibs/debug/armeabi/libtnet-3.1.11.so
  86. BIN
      PushSDK/build/intermediates/jniLibs/debug/com.umeng.message_3.1.1a.jar
  87. BIN
      PushSDK/build/intermediates/jniLibs/debug/utdid4all-1.1.5.3_proguard.jar
  88. BIN
      PushSDK/build/intermediates/jniLibs/debug/x86/libcocklogic-1.1.3.so
  89. BIN
      PushSDK/build/intermediates/jniLibs/debug/x86/libtnet-3.1.11.so
  90. BIN
      PushSDK/build/intermediates/jniLibs/release/alicloud-android-sdk-httpdns-1.0.7.jar
  91. BIN
      PushSDK/build/intermediates/jniLibs/release/armeabi/libcocklogic-1.1.3.so
  92. BIN
      PushSDK/build/intermediates/jniLibs/release/armeabi/libtnet-3.1.11.so
  93. BIN
      PushSDK/build/intermediates/jniLibs/release/com.umeng.message_3.1.1a.jar
  94. BIN
      PushSDK/build/intermediates/jniLibs/release/utdid4all-1.1.5.3_proguard.jar
  95. BIN
      PushSDK/build/intermediates/jniLibs/release/x86/libcocklogic-1.1.3.so
  96. BIN
      PushSDK/build/intermediates/jniLibs/release/x86/libtnet-3.1.11.so
  97. 165
      PushSDK/build/intermediates/manifest/androidTest/debug/AndroidManifest.xml
  98. 1
      PushSDK/build/intermediates/manifest/androidTest/debug/output.json
  99. 154
      PushSDK/build/intermediates/manifests/aapt/debug/AndroidManifest.xml
  100. 1
      PushSDK/build/intermediates/manifests/aapt/debug/output.json

9
.gitignore

@ -0,0 +1,9 @@
*.iml
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build
/captures
.externalNativeBuild

22
.idea/gradle.xml

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GradleSettings">
<option name="linkedExternalProjectsSettings">
<GradleProjectSettings>
<option name="distributionType" value="DEFAULT_WRAPPED" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="modules">
<set>
<option value="$PROJECT_DIR$" />
<option value="$PROJECT_DIR$/PushSDK" />
<option value="$PROJECT_DIR$/TimeLib" />
<option value="$PROJECT_DIR$/app" />
<option value="$PROJECT_DIR$/library_pullToRefresh" />
<option value="$PROJECT_DIR$/pingpp" />
</set>
</option>
<option name="resolveModulePerSourceSet" value="false" />
</GradleProjectSettings>
</option>
</component>
</project>

33
.idea/misc.xml

@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="NullableNotNullManager">
<option name="myDefaultNullable" value="android.support.annotation.Nullable" />
<option name="myDefaultNotNull" value="android.support.annotation.NonNull" />
<option name="myNullables">
<value>
<list size="4">
<item index="0" class="java.lang.String" itemvalue="org.jetbrains.annotations.Nullable" />
<item index="1" class="java.lang.String" itemvalue="javax.annotation.Nullable" />
<item index="2" class="java.lang.String" itemvalue="edu.umd.cs.findbugs.annotations.Nullable" />
<item index="3" class="java.lang.String" itemvalue="android.support.annotation.Nullable" />
</list>
</value>
</option>
<option name="myNotNulls">
<value>
<list size="4">
<item index="0" class="java.lang.String" itemvalue="org.jetbrains.annotations.NotNull" />
<item index="1" class="java.lang.String" itemvalue="javax.annotation.Nonnull" />
<item index="2" class="java.lang.String" itemvalue="edu.umd.cs.findbugs.annotations.NonNull" />
<item index="3" class="java.lang.String" itemvalue="android.support.annotation.NonNull" />
</list>
</value>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">
<option name="id" value="Android" />
</component>
</project>

13
.idea/modules.xml

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/ApplicationPatient.iml" filepath="$PROJECT_DIR$/ApplicationPatient.iml" />
<module fileurl="file://$PROJECT_DIR$/PushSDK/PushSDK.iml" filepath="$PROJECT_DIR$/PushSDK/PushSDK.iml" />
<module fileurl="file://$PROJECT_DIR$/TimeLib/TimeLib.iml" filepath="$PROJECT_DIR$/TimeLib/TimeLib.iml" />
<module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" />
<module fileurl="file://$PROJECT_DIR$/library_pullToRefresh/library_pullToRefresh.iml" filepath="$PROJECT_DIR$/library_pullToRefresh/library_pullToRefresh.iml" />
<module fileurl="file://$PROJECT_DIR$/pingpp/pingpp.iml" filepath="$PROJECT_DIR$/pingpp/pingpp.iml" />
</modules>
</component>
</project>

12
.idea/runConfigurations.xml

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RunConfigurationProducerService">
<option name="ignoredProducers">
<set>
<option value="org.jetbrains.plugins.gradle.execution.test.runner.AllInPackageGradleConfigurationProducer" />
<option value="org.jetbrains.plugins.gradle.execution.test.runner.TestClassGradleConfigurationProducer" />
<option value="org.jetbrains.plugins.gradle.execution.test.runner.TestMethodGradleConfigurationProducer" />
</set>
</option>
</component>
</project>

7
.idea/vcs.xml

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/TimeLib" vcs="Git" />
<mapping directory="$PROJECT_DIR$/library_pullToRefresh" vcs="Git" />
</component>
</project>

8
PushSDK/.classpath

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>

33
PushSDK/.project

@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>PushSDK</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.android.ide.eclipse.adt.ApkBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>

4
PushSDK/.settings/org.eclipse.jdt.core.prefs

@ -0,0 +1,4 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
org.eclipse.jdt.core.compiler.compliance=1.6
org.eclipse.jdt.core.compiler.source=1.6

161
PushSDK/AndroidManifest.xml

@ -0,0 +1,161 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.umeng.message.com.zbar.lib"
android:versionCode="1"
android:versionName="1.0">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.BROADCAST_PACKAGE_ADDED" />
<uses-permission android:name="android.permission.BROADCAST_PACKAGE_CHANGED" />
<uses-permission android:name="android.permission.BROADCAST_PACKAGE_INSTALL" />
<uses-permission android:name="android.permission.BROADCAST_PACKAGE_REPLACED" />
<uses-permission android:name="android.permission.RESTART_PACKAGES" />
<uses-permission android:name="android.permission.GET_TASKS" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
<application>
<service
android:name="com.taobao.accs.ChannelService"
android:exported="true"
android:process=":channel">
<intent-filter>
<action android:name="com.taobao.accs.intent.action.SERVICE" />
</intent-filter>
<intent-filter>
<action android:name="com.taobao.accs.intent.action.ELECTION" />
</intent-filter>
</service>
<service
android:name="com.taobao.accs.data.MsgDistributeService"
android:exported="true">
<intent-filter>
<action android:name="com.taobao.accs.intent.action.RECEIVE" />
</intent-filter>
</service>
<receiver
android:name="com.taobao.accs.EventReceiver"
android:process=":channel">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
<intent-filter>
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.PACKAGE_REMOVED" />
<data android:scheme="package" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.USER_PRESENT" />
</intent-filter>
</receiver>
<receiver
android:name="com.taobao.accs.ServiceReceiver"
android:process=":channel">
<intent-filter>
<action android:name="com.taobao.accs.intent.action.COMMAND" />
</intent-filter>
<intent-filter>
<action android:name="com.taobao.accs.intent.action.START_FROM_AGOO" />
</intent-filter>
</receiver>
<service
android:name="com.taobao.accs.ChannelService$KernelService"
android:process=":channel" />
<service
android:name="org.android.agoo.accs.AgooService"
android:exported="true">
<intent-filter>
<action android:name="com.taobao.accs.intent.action.RECEIVE" />
</intent-filter>
</service>
<service
android:name="com.umeng.message.UmengIntentService"
android:exported="true"
android:process=":channel">
<intent-filter>
<action android:name="org.agoo.android.intent.action.RECEIVE" />
</intent-filter>
</service>
<service
android:name="com.umeng.message.XiaomiIntentService"
android:exported="true"
android:process=":channel">
<intent-filter>
<action android:name="org.agoo.android.intent.action.RECEIVE" />
</intent-filter>
</service>
<receiver
android:name="com.taobao.agoo.AgooCommondReceiver"
android:exported="true"
android:process=":channel">
<intent-filter>
<action android:name="cn.shangyu.gdxzPatient.intent.action.COMMAND" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.PACKAGE_REMOVED" />
<data android:scheme="package" />
</intent-filter>
</receiver>
<service
android:name="com.umeng.message.UmengMessageIntentReceiverService"
android:exported="true"
android:process=":channel">
<intent-filter>
<action android:name="org.android.agoo.client.MessageReceiverService" />
</intent-filter>
</service>
<receiver
android:name="com.umeng.message.NotificationProxyBroadcastReceiver"
android:exported="false" />
<service
android:name="com.umeng.message.UmengMessageCallbackHandlerService"
android:exported="false">
<intent-filter>
<action android:name="com.umeng.messge.registercallback.action" />
</intent-filter>
<intent-filter>
<action android:name="com.umeng.message.enablecallback.action" />
</intent-filter>
<intent-filter>
<action android:name="com.umeng.message.disablecallback.action" />
</intent-filter>
<intent-filter>
<action android:name="com.umeng.message.message.handler.action" />
</intent-filter>
</service>
<service
android:name="com.umeng.message.UmengDownloadResourceService"
android:exported="false" />
<provider
android:name="com.umeng.message.provider.MessageProvider"
android:authorities="cn.shangyu.gdxzPatient.umeng.message"
android:exported="false">
<grant-uri-permission android:pathPattern=".*" />
</provider>
</application>
</manifest>

161
PushSDK/bin/AndroidManifest.xml

@ -0,0 +1,161 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.umeng.message.com.zbar.lib"
android:versionCode="1"
android:versionName="1.0">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.BROADCAST_PACKAGE_ADDED" />
<uses-permission android:name="android.permission.BROADCAST_PACKAGE_CHANGED" />
<uses-permission android:name="android.permission.BROADCAST_PACKAGE_INSTALL" />
<uses-permission android:name="android.permission.BROADCAST_PACKAGE_REPLACED" />
<uses-permission android:name="android.permission.RESTART_PACKAGES" />
<uses-permission android:name="android.permission.GET_TASKS" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
<application>
<service
android:name="com.taobao.accs.ChannelService"
android:exported="true"
android:process=":channel">
<intent-filter>
<action android:name="com.taobao.accs.intent.action.SERVICE" />
</intent-filter>
<intent-filter>
<action android:name="com.taobao.accs.intent.action.ELECTION" />
</intent-filter>
</service>
<service
android:name="com.taobao.accs.data.MsgDistributeService"
android:exported="true">
<intent-filter>
<action android:name="com.taobao.accs.intent.action.RECEIVE" />
</intent-filter>
</service>
<receiver
android:name="com.taobao.accs.EventReceiver"
android:process=":channel">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
<intent-filter>
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.PACKAGE_REMOVED" />
<data android:scheme="package" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.USER_PRESENT" />
</intent-filter>
</receiver>
<receiver
android:name="com.taobao.accs.ServiceReceiver"
android:process=":channel">
<intent-filter>
<action android:name="com.taobao.accs.intent.action.COMMAND" />
</intent-filter>
<intent-filter>
<action android:name="com.taobao.accs.intent.action.START_FROM_AGOO" />
</intent-filter>
</receiver>
<service
android:name="com.taobao.accs.ChannelService$KernelService"
android:process=":channel" />
<service
android:name="org.android.agoo.accs.AgooService"
android:exported="true">
<intent-filter>
<action android:name="com.taobao.accs.intent.action.RECEIVE" />
</intent-filter>
</service>
<service
android:name="com.umeng.message.UmengIntentService"
android:exported="true"
android:process=":channel">
<intent-filter>
<action android:name="org.agoo.android.intent.action.RECEIVE" />
</intent-filter>
</service>
<service
android:name="com.umeng.message.XiaomiIntentService"
android:exported="true"
android:process=":channel">
<intent-filter>
<action android:name="org.agoo.android.intent.action.RECEIVE" />
</intent-filter>
</service>
<receiver
android:name="com.taobao.agoo.AgooCommondReceiver"
android:exported="true"
android:process=":channel">
<intent-filter>
<action android:name="cn.shangyu.cn.shangyu.gdxzPatient.intent.action.COMMAND" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.PACKAGE_REMOVED" />
<data android:scheme="package" />
</intent-filter>
</receiver>
<service
android:name="com.umeng.message.UmengMessageIntentReceiverService"
android:exported="true"
android:process=":channel">
<intent-filter>
<action android:name="org.android.agoo.client.MessageReceiverService" />
</intent-filter>
</service>
<receiver
android:name="com.umeng.message.NotificationProxyBroadcastReceiver"
android:exported="false" />
<service
android:name="com.umeng.message.UmengMessageCallbackHandlerService"
android:exported="false">
<intent-filter>
<action android:name="com.umeng.messge.registercallback.action" />
</intent-filter>
<intent-filter>
<action android:name="com.umeng.message.enablecallback.action" />
</intent-filter>
<intent-filter>
<action android:name="com.umeng.message.disablecallback.action" />
</intent-filter>
<intent-filter>
<action android:name="com.umeng.message.message.handler.action" />
</intent-filter>
</service>
<service
android:name="com.umeng.message.UmengDownloadResourceService"
android:exported="false" />
<provider
android:name="com.umeng.message.provider.MessageProvider"
android:authorities="cn.shangyu.cn.shangyu.gdxzPatient.umeng.message"
android:exported="false">
<grant-uri-permission android:pathPattern=".*" />
</provider>
</application>
</manifest>

7
PushSDK/bin/R.txt

@ -0,0 +1,7 @@
int id notification_large_icon1 0x7f030001
int id notification_large_icon2 0x7f030005
int id notification_text 0x7f030003
int id notification_title 0x7f030002
int id upush_notification1 0x7f030000
int id upush_notification2 0x7f030004
int layout upush_notification 0x7f020000

BIN
PushSDK/bin/classes/com/umeng/message/lib/BuildConfig.class

Binary file not shown.

BIN
PushSDK/bin/classes/com/umeng/message/lib/R$attr.class

Binary file not shown.

BIN
PushSDK/bin/classes/com/umeng/message/lib/R$id.class

Binary file not shown.

BIN
PushSDK/bin/classes/com/umeng/message/lib/R$layout.class

Binary file not shown.

BIN
PushSDK/bin/classes/com/umeng/message/lib/R.class

Binary file not shown.

3
PushSDK/bin/jarlist.cache

@ -0,0 +1,3 @@
# cache for current jar dependency. DO NOT EDIT.
# format is <lastModified> <length> <SHA-1> <path>
# Encoding is UTF-8

BIN
PushSDK/bin/pushsdk.jar

Binary file not shown.

28
PushSDK/build.gradle

@ -0,0 +1,28 @@
apply plugin: 'android-library'
dependencies {
compile fileTree(dir: 'libs', include: '*.jar')
}
android {
compileSdkVersion 19
buildToolsVersion "26.0.2"
lintOptions {
abortOnError false
}
sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'
jniLibs.srcDirs = ['libs']
java.srcDirs = []
resources.srcDirs = []
aidl.srcDirs = []
renderscript.srcDirs = []
res.srcDirs = ['res']
assets.srcDirs = ['assets']
}
// Move the tests to tests/java, tests/res, etc...
instrumentTest.setRoot('tests')
}
}

BIN
PushSDK/build/generated/mockable-android-19.v3.jar

Binary file not shown.

13
PushSDK/build/generated/source/buildConfig/androidTest/debug/com/umeng/message/com/zbar/lib/test/BuildConfig.java

@ -0,0 +1,13 @@
/**
* Automatically generated file. DO NOT MODIFY
*/
package com.umeng.message.com.zbar.lib.test;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "com.umeng.message.com.zbar.lib.test";
public static final String BUILD_TYPE = "debug";
public static final String FLAVOR = "";
public static final int VERSION_CODE = -1;
public static final String VERSION_NAME = "";
}

13
PushSDK/build/generated/source/buildConfig/debug/com/umeng/message/com/zbar/lib/BuildConfig.java

@ -0,0 +1,13 @@
/**
* Automatically generated file. DO NOT MODIFY
*/
package com.umeng.message.com.zbar.lib;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "com.umeng.message.com.zbar.lib";
public static final String BUILD_TYPE = "debug";
public static final String FLAVOR = "";
public static final int VERSION_CODE = 1;
public static final String VERSION_NAME = "1.0";
}

13
PushSDK/build/generated/source/buildConfig/release/com/umeng/message/com/zbar/lib/BuildConfig.java

@ -0,0 +1,13 @@
/**
* Automatically generated file. DO NOT MODIFY
*/
package com.umeng.message.com.zbar.lib;
public final class BuildConfig {
public static final boolean DEBUG = false;
public static final String APPLICATION_ID = "com.umeng.message.com.zbar.lib";
public static final String BUILD_TYPE = "release";
public static final String FLAVOR = "";
public static final int VERSION_CODE = 1;
public static final String VERSION_NAME = "1.0";
}

21
PushSDK/build/generated/source/r/androidTest/debug/com/umeng/message/com/zbar/lib/R.java

@ -0,0 +1,21 @@
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package com.umeng.message.com.zbar.lib;
public final class R {
public static final class id {
public static final int notification_large_icon1 = 0x7f010000;
public static final int notification_large_icon2 = 0x7f010001;
public static final int notification_text = 0x7f010002;
public static final int notification_title = 0x7f010003;
public static final int upush_notification1 = 0x7f010004;
public static final int upush_notification2 = 0x7f010005;
}
public static final class layout {
public static final int upush_notification = 0x7f020000;
}
}

22
PushSDK/build/generated/source/r/androidTest/debug/com/umeng/message/com/zbar/lib/test/R.java

@ -0,0 +1,22 @@
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.umeng.message.com.zbar.lib.test;
public final class R {
public static final class id {
public static final int notification_large_icon1=0x7f010000;
public static final int notification_large_icon2=0x7f010001;
public static final int notification_text=0x7f010002;
public static final int notification_title=0x7f010003;
public static final int upush_notification1=0x7f010004;
public static final int upush_notification2=0x7f010005;
}
public static final class layout {
public static final int upush_notification=0x7f020000;
}
}

21
PushSDK/build/generated/source/r/debug/com/umeng/message/com/zbar/lib/R.java

@ -0,0 +1,21 @@
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package com.umeng.message.com.zbar.lib;
public final class R {
public static final class id {
public static int notification_large_icon1 = 0x7f0c0001;
public static int notification_large_icon2 = 0x7f0c0002;
public static int notification_text = 0x7f0c0003;
public static int notification_title = 0x7f0c0004;
public static int upush_notification1 = 0x7f0c0005;
public static int upush_notification2 = 0x7f0c0006;
}
public static final class layout {
public static int upush_notification = 0x7f0f0001;
}
}

21
PushSDK/build/generated/source/r/release/com/umeng/message/com/zbar/lib/R.java

@ -0,0 +1,21 @@
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package com.umeng.message.com.zbar.lib;
public final class R {
public static final class id {
public static int notification_large_icon1 = 0x7f0c0001;
public static int notification_large_icon2 = 0x7f0c0002;
public static int notification_text = 0x7f0c0003;
public static int notification_title = 0x7f0c0004;
public static int upush_notification1 = 0x7f0c0005;
public static int upush_notification2 = 0x7f0c0006;
}
public static final class layout {
public static int upush_notification = 0x7f0f0001;
}
}

1006
PushSDK/build/intermediates/attr/R.txt

File diff suppressed because it is too large

6
PushSDK/build/intermediates/blame/res/androidTest/debug/single/debug.json

@ -0,0 +1,6 @@
[
{
"merged": "F:\\ApplicationPatient\\PushSDK\\build\\intermediates\\res\\merged\\androidTest\\debug\\layout_upush_notification.xml.flat",
"source": "F:\\ApplicationPatient\\PushSDK\\build\\intermediates\\bundles\\debug\\res\\layout\\upush_notification.xml"
}
]

7
PushSDK/build/intermediates/bundles/debug/R.txt

@ -0,0 +1,7 @@
int id notification_large_icon1 0x7f0c0001
int id notification_large_icon2 0x7f0c0002
int id notification_text 0x7f0c0003
int id notification_title 0x7f0c0004
int id upush_notification1 0x7f0c0005
int id upush_notification2 0x7f0c0006
int layout upush_notification 0x7f0f0001

BIN
PushSDK/build/intermediates/bundles/debug/classes.jar

Binary file not shown.

BIN
PushSDK/build/intermediates/bundles/debug/jni/armeabi/libcocklogic-1.1.3.so

Binary file not shown.

BIN
PushSDK/build/intermediates/bundles/debug/jni/armeabi/libtnet-3.1.11.so

Binary file not shown.

BIN
PushSDK/build/intermediates/bundles/debug/jni/x86/libcocklogic-1.1.3.so

Binary file not shown.

BIN
PushSDK/build/intermediates/bundles/debug/jni/x86/libtnet-3.1.11.so

Binary file not shown.

BIN
PushSDK/build/intermediates/bundles/debug/libs/alicloud-android-sdk-httpdns-1.0.7.jar

Binary file not shown.

BIN
PushSDK/build/intermediates/bundles/debug/libs/com.umeng.message_3.1.1a.jar

Binary file not shown.

BIN
PushSDK/build/intermediates/bundles/debug/libs/utdid4all-1.1.5.3_proguard.jar

Binary file not shown.

67
PushSDK/build/intermediates/bundles/debug/res/layout/upush_notification.xml

@ -0,0 +1,67 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:background="#ffffff"
android:layout_height="64dp">
<RelativeLayout
android:id="@+id/upush_notification1"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginBottom="10dp"
android:layout_marginTop="10dp">
<ImageView
android:id="@+id/notification_large_icon1"
android:layout_width="48dp"
android:layout_height="48dp"
android:scaleType="fitXY" />
<TextView
android:id="@+id/notification_title"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:layout_marginTop="3dp"
android:layout_toRightOf="@+id/notification_large_icon1"
android:maxLines="1"
android:text="Title"
android:textColor="#000000"
android:textSize="16sp" />
<TextView
android:id="@+id/notification_text"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/notification_title"
android:layout_marginLeft="10dp"
android:layout_marginTop="3dp"
android:layout_toRightOf="@+id/notification_large_icon1"
android:ellipsize="marquee"
android:focusable="true"
android:focusableInTouchMode="true"
android:marqueeRepeatLimit="marquee_forever"
android:scrollHorizontally="false"
android:fadingEdge="horizontal"
android:singleLine="true"
android:text="Message"
android:textColor="#000000" />
<requestFocus />
</RelativeLayout>
<RelativeLayout
android:id="@+id/upush_notification2"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="gone">
<ImageView
android:id="@+id/notification_large_icon2"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="fitXY" />
</RelativeLayout>
</RelativeLayout>

7
PushSDK/build/intermediates/bundles/release/R.txt

@ -0,0 +1,7 @@
int id notification_large_icon1 0x7f0c0001
int id notification_large_icon2 0x7f0c0002
int id notification_text 0x7f0c0003
int id notification_title 0x7f0c0004
int id upush_notification1 0x7f0c0005
int id upush_notification2 0x7f0c0006
int layout upush_notification 0x7f0f0001

67
PushSDK/build/intermediates/bundles/release/res/layout/upush_notification.xml

@ -0,0 +1,67 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:background="#ffffff"
android:layout_height="64dp">
<RelativeLayout
android:id="@+id/upush_notification1"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginBottom="10dp"
android:layout_marginTop="10dp">
<ImageView
android:id="@+id/notification_large_icon1"
android:layout_width="48dp"
android:layout_height="48dp"
android:scaleType="fitXY" />
<TextView
android:id="@+id/notification_title"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:layout_marginTop="3dp"
android:layout_toRightOf="@+id/notification_large_icon1"
android:maxLines="1"
android:text="Title"
android:textColor="#000000"
android:textSize="16sp" />
<TextView
android:id="@+id/notification_text"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/notification_title"
android:layout_marginLeft="10dp"
android:layout_marginTop="3dp"
android:layout_toRightOf="@+id/notification_large_icon1"
android:ellipsize="marquee"
android:focusable="true"
android:focusableInTouchMode="true"
android:marqueeRepeatLimit="marquee_forever"
android:scrollHorizontally="false"
android:fadingEdge="horizontal"
android:singleLine="true"
android:text="Message"
android:textColor="#000000" />
<requestFocus />
</RelativeLayout>
<RelativeLayout
android:id="@+id/upush_notification2"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="gone">
<ImageView
android:id="@+id/notification_large_icon2"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="fitXY" />
</RelativeLayout>
</RelativeLayout>

BIN
PushSDK/build/intermediates/classes/debug/com/umeng/message/com/zbar/lib/BuildConfig.class

Binary file not shown.

BIN
PushSDK/build/intermediates/classes/debug/com/umeng/message/com/zbar/lib/R$id.class

Binary file not shown.

BIN
PushSDK/build/intermediates/classes/debug/com/umeng/message/com/zbar/lib/R$layout.class

Binary file not shown.

BIN
PushSDK/build/intermediates/classes/debug/com/umeng/message/com/zbar/lib/R.class

Binary file not shown.

BIN
PushSDK/build/intermediates/classes/release/com/umeng/message/com/zbar/lib/BuildConfig.class

Binary file not shown.

BIN
PushSDK/build/intermediates/classes/release/com/umeng/message/com/zbar/lib/R$id.class

Binary file not shown.

BIN
PushSDK/build/intermediates/classes/release/com/umeng/message/com/zbar/lib/R$layout.class

Binary file not shown.

BIN
PushSDK/build/intermediates/classes/release/com/umeng/message/com/zbar/lib/R.class

Binary file not shown.

BIN
PushSDK/build/intermediates/incremental/compileDebugAidl/dependency.store

Binary file not shown.

BIN
PushSDK/build/intermediates/incremental/compileDebugAndroidTestAidl/dependency.store

Binary file not shown.

BIN
PushSDK/build/intermediates/incremental/compileReleaseAidl/dependency.store

Binary file not shown.

BIN
PushSDK/build/intermediates/incremental/debug-mergeJavaRes/merge-state

Binary file not shown.

BIN
PushSDK/build/intermediates/incremental/debug-mergeJniLibs/merge-state

Binary file not shown.

2
PushSDK/build/intermediates/incremental/mergeDebugAndroidTestResources/compile-file-map.properties

@ -0,0 +1,2 @@
#Fri Apr 19 17:12:56 CST 2019
F\:\\ApplicationPatient\\PushSDK\\build\\intermediates\\bundles\\debug\\res\\layout\\upush_notification.xml=F\:\\ApplicationPatient\\PushSDK\\build\\intermediates\\res\\merged\\androidTest\\debug\\layout_upush_notification.xml.flat

2
PushSDK/build/intermediates/incremental/mergeDebugAndroidTestResources/merger.xml

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="__tested_artifact__::PushSDK$Generated" generated="true"><source path="F:\ApplicationPatient\PushSDK\build\intermediates\bundles\debug\res"/></dataSet><dataSet config="__tested_artifact__::PushSDK" from-dependency="true" generated-set="__tested_artifact__::PushSDK$Generated"><source path="F:\ApplicationPatient\PushSDK\build\intermediates\bundles\debug\res"><file name="upush_notification" path="F:\ApplicationPatient\PushSDK\build\intermediates\bundles\debug\res\layout\upush_notification.xml" qualifiers="" type="layout"/></source></dataSet><dataSet config="main$Generated" generated="true"><source path="F:\ApplicationPatient\PushSDK\src\androidTest\res"/><source path="F:\ApplicationPatient\PushSDK\build\generated\res\rs\androidTest\debug"/><source path="F:\ApplicationPatient\PushSDK\build\generated\res\resValues\androidTest\debug"/></dataSet><dataSet config="main" generated-set="main$Generated"><source path="F:\ApplicationPatient\PushSDK\src\androidTest\res"/><source path="F:\ApplicationPatient\PushSDK\build\generated\res\rs\androidTest\debug"/><source path="F:\ApplicationPatient\PushSDK\build\generated\res\resValues\androidTest\debug"/></dataSet><dataSet config="debug$Generated" generated="true"><source path="F:\ApplicationPatient\PushSDK\src\androidTestDebug\res"/></dataSet><dataSet config="debug" generated-set="debug$Generated"><source path="F:\ApplicationPatient\PushSDK\src\androidTestDebug\res"/></dataSet><mergedItems/></merger>

2
PushSDK/build/intermediates/incremental/mergeDebugAssets/merger.xml

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main"><source path="F:\ApplicationPatient\PushSDK\assets"/><source path="F:\ApplicationPatient\PushSDK\build\generated\assets\shaders\debug"/></dataSet><dataSet config="debug"><source path="F:\ApplicationPatient\PushSDK\src\debug\assets"/></dataSet></merger>

2
PushSDK/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main"><source path="F:\ApplicationPatient\PushSDK\libs"><file name="alicloud-android-sdk-httpdns-1.0.7.jar" path="F:\ApplicationPatient\PushSDK\libs\alicloud-android-sdk-httpdns-1.0.7.jar"/><file name="armeabi/libcocklogic-1.1.3.so" path="F:\ApplicationPatient\PushSDK\libs\armeabi\libcocklogic-1.1.3.so"/><file name="armeabi/libtnet-3.1.11.so" path="F:\ApplicationPatient\PushSDK\libs\armeabi\libtnet-3.1.11.so"/><file name="com.umeng.message_3.1.1a.jar" path="F:\ApplicationPatient\PushSDK\libs\com.umeng.message_3.1.1a.jar"/><file name="utdid4all-1.1.5.3_proguard.jar" path="F:\ApplicationPatient\PushSDK\libs\utdid4all-1.1.5.3_proguard.jar"/><file name="x86/libcocklogic-1.1.3.so" path="F:\ApplicationPatient\PushSDK\libs\x86\libcocklogic-1.1.3.so"/><file name="x86/libtnet-3.1.11.so" path="F:\ApplicationPatient\PushSDK\libs\x86\libtnet-3.1.11.so"/></source></dataSet><dataSet config="debug"><source path="F:\ApplicationPatient\PushSDK\src\debug\jniLibs"/></dataSet></merger>

2
PushSDK/build/intermediates/incremental/mergeDebugShaders/merger.xml

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main"><source path="F:\ApplicationPatient\PushSDK\src\main\shaders"/></dataSet><dataSet config="debug"><source path="F:\ApplicationPatient\PushSDK\src\debug\shaders"/></dataSet></merger>

2
PushSDK/build/intermediates/incremental/mergeReleaseAssets/merger.xml

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main"><source path="F:\ApplicationPatient\PushSDK\assets"/><source path="F:\ApplicationPatient\PushSDK\build\generated\assets\shaders\release"/></dataSet><dataSet config="release"><source path="F:\ApplicationPatient\PushSDK\src\release\assets"/></dataSet></merger>

2
PushSDK/build/intermediates/incremental/mergeReleaseJniLibFolders/merger.xml

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main"><source path="F:\ApplicationPatient\PushSDK\libs"><file name="alicloud-android-sdk-httpdns-1.0.7.jar" path="F:\ApplicationPatient\PushSDK\libs\alicloud-android-sdk-httpdns-1.0.7.jar"/><file name="armeabi/libcocklogic-1.1.3.so" path="F:\ApplicationPatient\PushSDK\libs\armeabi\libcocklogic-1.1.3.so"/><file name="armeabi/libtnet-3.1.11.so" path="F:\ApplicationPatient\PushSDK\libs\armeabi\libtnet-3.1.11.so"/><file name="com.umeng.message_3.1.1a.jar" path="F:\ApplicationPatient\PushSDK\libs\com.umeng.message_3.1.1a.jar"/><file name="utdid4all-1.1.5.3_proguard.jar" path="F:\ApplicationPatient\PushSDK\libs\utdid4all-1.1.5.3_proguard.jar"/><file name="x86/libcocklogic-1.1.3.so" path="F:\ApplicationPatient\PushSDK\libs\x86\libcocklogic-1.1.3.so"/><file name="x86/libtnet-3.1.11.so" path="F:\ApplicationPatient\PushSDK\libs\x86\libtnet-3.1.11.so"/></source></dataSet><dataSet config="release"><source path="F:\ApplicationPatient\PushSDK\src\release\jniLibs"/></dataSet></merger>

2
PushSDK/build/intermediates/incremental/mergeReleaseShaders/merger.xml

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main"><source path="F:\ApplicationPatient\PushSDK\src\main\shaders"/></dataSet><dataSet config="release"><source path="F:\ApplicationPatient\PushSDK\src\release\shaders"/></dataSet></merger>

2
PushSDK/build/intermediates/incremental/packageDebugResources/compile-file-map.properties

@ -0,0 +1,2 @@
#Fri Apr 19 14:42:24 CST 2019
F\:\\ApplicationPatient\\PushSDK\\res\\layout\\upush_notification.xml=F\:\\ApplicationPatient\\PushSDK\\build\\intermediates\\bundles\\debug\\res\\layout\\upush_notification.xml

2
PushSDK/build/intermediates/incremental/packageDebugResources/merger.xml

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main$Generated" generated="true"><source path="F:\ApplicationPatient\PushSDK\res"/><source path="F:\ApplicationPatient\PushSDK\build\generated\res\rs\debug"/><source path="F:\ApplicationPatient\PushSDK\build\generated\res\resValues\debug"/></dataSet><dataSet config="main" generated-set="main$Generated"><source path="F:\ApplicationPatient\PushSDK\res"><file name="upush_notification" path="F:\ApplicationPatient\PushSDK\res\layout\upush_notification.xml" qualifiers="" type="layout"/></source><source path="F:\ApplicationPatient\PushSDK\build\generated\res\rs\debug"/><source path="F:\ApplicationPatient\PushSDK\build\generated\res\resValues\debug"/></dataSet><dataSet config="debug$Generated" generated="true"><source path="F:\ApplicationPatient\PushSDK\src\debug\res"/></dataSet><dataSet config="debug" generated-set="debug$Generated"><source path="F:\ApplicationPatient\PushSDK\src\debug\res"/></dataSet><mergedItems/></merger>

2
PushSDK/build/intermediates/incremental/packageReleaseResources/compile-file-map.properties

@ -0,0 +1,2 @@
#Mon May 13 09:12:25 CST 2019
F\:\\ApplicationPatient\\PushSDK\\res\\layout\\upush_notification.xml=F\:\\ApplicationPatient\\PushSDK\\build\\intermediates\\bundles\\release\\res\\layout\\upush_notification.xml

2
PushSDK/build/intermediates/incremental/packageReleaseResources/merger.xml

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main$Generated" generated="true"><source path="F:\ApplicationPatient\PushSDK\res"/><source path="F:\ApplicationPatient\PushSDK\build\generated\res\rs\release"/><source path="F:\ApplicationPatient\PushSDK\build\generated\res\resValues\release"/></dataSet><dataSet config="main" generated-set="main$Generated"><source path="F:\ApplicationPatient\PushSDK\res"><file name="upush_notification" path="F:\ApplicationPatient\PushSDK\res\layout\upush_notification.xml" qualifiers="" type="layout"/></source><source path="F:\ApplicationPatient\PushSDK\build\generated\res\rs\release"/><source path="F:\ApplicationPatient\PushSDK\build\generated\res\resValues\release"/></dataSet><dataSet config="release$Generated" generated="true"><source path="F:\ApplicationPatient\PushSDK\src\release\res"/></dataSet><dataSet config="release" generated-set="release$Generated"><source path="F:\ApplicationPatient\PushSDK\src\release\res"/></dataSet><mergedItems/></merger>

BIN
PushSDK/build/intermediates/incremental/release-mergeJniLibs/merge-state

Binary file not shown.

BIN
PushSDK/build/intermediates/intermediate-jars/debug/classes.jar

Binary file not shown.

BIN
PushSDK/build/intermediates/intermediate-jars/debug/jni/armeabi/libcocklogic-1.1.3.so

Binary file not shown.

BIN
PushSDK/build/intermediates/intermediate-jars/debug/jni/armeabi/libtnet-3.1.11.so

Binary file not shown.

BIN
PushSDK/build/intermediates/intermediate-jars/debug/jni/x86/libcocklogic-1.1.3.so

Binary file not shown.

BIN
PushSDK/build/intermediates/intermediate-jars/debug/jni/x86/libtnet-3.1.11.so

Binary file not shown.

BIN
PushSDK/build/intermediates/intermediate-jars/debug/res.jar

Binary file not shown.

BIN
PushSDK/build/intermediates/intermediate-jars/release/classes.jar

Binary file not shown.

BIN
PushSDK/build/intermediates/intermediate-jars/release/jni/armeabi/libcocklogic-1.1.3.so

Binary file not shown.

BIN
PushSDK/build/intermediates/intermediate-jars/release/jni/armeabi/libtnet-3.1.11.so

Binary file not shown.

BIN
PushSDK/build/intermediates/intermediate-jars/release/jni/x86/libcocklogic-1.1.3.so

Binary file not shown.

BIN
PushSDK/build/intermediates/intermediate-jars/release/jni/x86/libtnet-3.1.11.so

Binary file not shown.

BIN
PushSDK/build/intermediates/intermediate-jars/release/res.jar

Binary file not shown.

1
PushSDK/build/intermediates/javaPrecompile/debug/annotationProcessors.json

@ -0,0 +1 @@
[]

1
PushSDK/build/intermediates/javaPrecompile/release/annotationProcessors.json

@ -0,0 +1 @@
[]

BIN
PushSDK/build/intermediates/jniLibs/debug/alicloud-android-sdk-httpdns-1.0.7.jar

Binary file not shown.

BIN
PushSDK/build/intermediates/jniLibs/debug/armeabi/libcocklogic-1.1.3.so

Binary file not shown.

BIN
PushSDK/build/intermediates/jniLibs/debug/armeabi/libtnet-3.1.11.so

Binary file not shown.

BIN
PushSDK/build/intermediates/jniLibs/debug/com.umeng.message_3.1.1a.jar

Binary file not shown.

BIN
PushSDK/build/intermediates/jniLibs/debug/utdid4all-1.1.5.3_proguard.jar

Binary file not shown.

BIN
PushSDK/build/intermediates/jniLibs/debug/x86/libcocklogic-1.1.3.so

Binary file not shown.

BIN
PushSDK/build/intermediates/jniLibs/debug/x86/libtnet-3.1.11.so

Binary file not shown.

BIN
PushSDK/build/intermediates/jniLibs/release/alicloud-android-sdk-httpdns-1.0.7.jar

Binary file not shown.

BIN
PushSDK/build/intermediates/jniLibs/release/armeabi/libcocklogic-1.1.3.so

Binary file not shown.

BIN
PushSDK/build/intermediates/jniLibs/release/armeabi/libtnet-3.1.11.so

Binary file not shown.

BIN
PushSDK/build/intermediates/jniLibs/release/com.umeng.message_3.1.1a.jar

Binary file not shown.

BIN
PushSDK/build/intermediates/jniLibs/release/utdid4all-1.1.5.3_proguard.jar

Binary file not shown.

BIN
PushSDK/build/intermediates/jniLibs/release/x86/libcocklogic-1.1.3.so

Binary file not shown.

BIN
PushSDK/build/intermediates/jniLibs/release/x86/libtnet-3.1.11.so

Binary file not shown.

165
PushSDK/build/intermediates/manifest/androidTest/debug/AndroidManifest.xml

@ -0,0 +1,165 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.umeng.message.com.zbar.lib.test" >
<uses-sdk
android:minSdkVersion="1"
android:targetSdkVersion="1" />
<instrumentation
android:name="android.test.InstrumentationTestRunner"
android:functionalTest="false"
android:handleProfiling="false"
android:label="Tests for com.umeng.message.com.zbar.lib.test"
android:targetPackage="com.umeng.message.com.zbar.lib.test" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.BROADCAST_PACKAGE_ADDED" />
<uses-permission android:name="android.permission.BROADCAST_PACKAGE_CHANGED" />
<uses-permission android:name="android.permission.BROADCAST_PACKAGE_INSTALL" />
<uses-permission android:name="android.permission.BROADCAST_PACKAGE_REPLACED" />
<uses-permission android:name="android.permission.RESTART_PACKAGES" />
<uses-permission android:name="android.permission.GET_TASKS" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
<application android:debuggable="true" >
<uses-library android:name="android.test.runner" />
<service
android:name="com.taobao.accs.ChannelService"
android:exported="true"
android:process=":channel" >
<intent-filter>
<action android:name="com.taobao.accs.intent.action.SERVICE" />
</intent-filter>
<intent-filter>
<action android:name="com.taobao.accs.intent.action.ELECTION" />
</intent-filter>
</service>
<service
android:name="com.taobao.accs.data.MsgDistributeService"
android:exported="true" >
<intent-filter>
<action android:name="com.taobao.accs.intent.action.RECEIVE" />
</intent-filter>
</service>
<receiver
android:name="com.taobao.accs.EventReceiver"
android:process=":channel" >
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
<intent-filter>
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.PACKAGE_REMOVED" />
<data android:scheme="package" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.USER_PRESENT" />
</intent-filter>
</receiver>
<receiver
android:name="com.taobao.accs.ServiceReceiver"
android:process=":channel" >
<intent-filter>
<action android:name="com.taobao.accs.intent.action.COMMAND" />
</intent-filter>
<intent-filter>
<action android:name="com.taobao.accs.intent.action.START_FROM_AGOO" />
</intent-filter>
</receiver>
<service
android:name="com.taobao.accs.ChannelService$KernelService"
android:process=":channel" />
<service
android:name="org.android.agoo.accs.AgooService"
android:exported="true" >
<intent-filter>
<action android:name="com.taobao.accs.intent.action.RECEIVE" />
</intent-filter>
</service>
<service
android:name="com.umeng.message.UmengIntentService"
android:exported="true"
android:process=":channel" >
<intent-filter>
<action android:name="org.agoo.android.intent.action.RECEIVE" />
</intent-filter>
</service>
<service
android:name="com.umeng.message.XiaomiIntentService"
android:exported="true"
android:process=":channel" >
<intent-filter>
<action android:name="org.agoo.android.intent.action.RECEIVE" />
</intent-filter>
</service>
<receiver
android:name="com.taobao.agoo.AgooCommondReceiver"
android:exported="true"
android:process=":channel" >
<intent-filter>
<action android:name="cn.shangyu.gdxzPatient.intent.action.COMMAND" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.PACKAGE_REMOVED" />
<data android:scheme="package" />
</intent-filter>
</receiver>
<service
android:name="com.umeng.message.UmengMessageIntentReceiverService"
android:exported="true"
android:process=":channel" >
<intent-filter>
<action android:name="org.android.agoo.client.MessageReceiverService" />
</intent-filter>
</service>
<receiver
android:name="com.umeng.message.NotificationProxyBroadcastReceiver"
android:exported="false" />
<service
android:name="com.umeng.message.UmengMessageCallbackHandlerService"
android:exported="false" >
<intent-filter>
<action android:name="com.umeng.messge.registercallback.action" />
</intent-filter>
<intent-filter>
<action android:name="com.umeng.message.enablecallback.action" />
</intent-filter>
<intent-filter>
<action android:name="com.umeng.message.disablecallback.action" />
</intent-filter>
<intent-filter>
<action android:name="com.umeng.message.message.handler.action" />
</intent-filter>
</service>
<service
android:name="com.umeng.message.UmengDownloadResourceService"
android:exported="false" />
<provider
android:name="com.umeng.message.provider.MessageProvider"
android:authorities="cn.shangyu.gdxzPatient.umeng.message"
android:exported="false" >
<grant-uri-permission android:pathPattern=".*" />
</provider>
</application>
</manifest>

1
PushSDK/build/intermediates/manifest/androidTest/debug/output.json

@ -0,0 +1 @@
[{"outputType":{"type":"MERGED_MANIFESTS"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":-1},"path":"AndroidManifest.xml","properties":{}}]

154
PushSDK/build/intermediates/manifests/aapt/debug/AndroidManifest.xml

@ -0,0 +1,154 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.umeng.message.com.zbar.lib"
android:versionCode="1"
android:versionName="1.0" >
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.BROADCAST_PACKAGE_ADDED" />
<uses-permission android:name="android.permission.BROADCAST_PACKAGE_CHANGED" />
<uses-permission android:name="android.permission.BROADCAST_PACKAGE_INSTALL" />
<uses-permission android:name="android.permission.BROADCAST_PACKAGE_REPLACED" />
<uses-permission android:name="android.permission.RESTART_PACKAGES" />
<uses-permission android:name="android.permission.GET_TASKS" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
<application>
<service
android:name="com.taobao.accs.ChannelService"
android:exported="true"
android:process=":channel" >
<intent-filter>
<action android:name="com.taobao.accs.intent.action.SERVICE" />
</intent-filter>
<intent-filter>
<action android:name="com.taobao.accs.intent.action.ELECTION" />
</intent-filter>
</service>
<service
android:name="com.taobao.accs.data.MsgDistributeService"
android:exported="true" >
<intent-filter>
<action android:name="com.taobao.accs.intent.action.RECEIVE" />
</intent-filter>
</service>
<receiver
android:name="com.taobao.accs.EventReceiver"
android:process=":channel" >
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
<intent-filter>
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.PACKAGE_REMOVED" />
<data android:scheme="package" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.USER_PRESENT" />
</intent-filter>
</receiver>
<receiver
android:name="com.taobao.accs.ServiceReceiver"
android:process=":channel" >
<intent-filter>
<action android:name="com.taobao.accs.intent.action.COMMAND" />
</intent-filter>
<intent-filter>
<action android:name="com.taobao.accs.intent.action.START_FROM_AGOO" />
</intent-filter>
</receiver>
<service
android:name="com.taobao.accs.ChannelService$KernelService"
android:process=":channel" />
<service
android:name="org.android.agoo.accs.AgooService"
android:exported="true" >
<intent-filter>
<action android:name="com.taobao.accs.intent.action.RECEIVE" />
</intent-filter>
</service>
<service
android:name="com.umeng.message.UmengIntentService"
android:exported="true"
android:process=":channel" >
<intent-filter>
<action android:name="org.agoo.android.intent.action.RECEIVE" />
</intent-filter>
</service>
<service
android:name="com.umeng.message.XiaomiIntentService"
android:exported="true"
android:process=":channel" >
<intent-filter>
<action android:name="org.agoo.android.intent.action.RECEIVE" />
</intent-filter>
</service>
<receiver
android:name="com.taobao.agoo.AgooCommondReceiver"
android:exported="true"
android:process=":channel" >
<intent-filter>
<action android:name="cn.shangyu.gdxzPatient.intent.action.COMMAND" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.PACKAGE_REMOVED" />
<data android:scheme="package" />
</intent-filter>
</receiver>
<service
android:name="com.umeng.message.UmengMessageIntentReceiverService"
android:exported="true"
android:process=":channel" >
<intent-filter>
<action android:name="org.android.agoo.client.MessageReceiverService" />
</intent-filter>
</service>
<receiver
android:name="com.umeng.message.NotificationProxyBroadcastReceiver"
android:exported="false" />
<service
android:name="com.umeng.message.UmengMessageCallbackHandlerService"
android:exported="false" >
<intent-filter>
<action android:name="com.umeng.messge.registercallback.action" />
</intent-filter>
<intent-filter>
<action android:name="com.umeng.message.enablecallback.action" />
</intent-filter>
<intent-filter>
<action android:name="com.umeng.message.disablecallback.action" />
</intent-filter>
<intent-filter>
<action android:name="com.umeng.message.message.handler.action" />
</intent-filter>
</service>
<service
android:name="com.umeng.message.UmengDownloadResourceService"
android:exported="false" />
<provider
android:name="com.umeng.message.provider.MessageProvider"
android:authorities="cn.shangyu.gdxzPatient.umeng.message"
android:exported="false" >
<grant-uri-permission android:pathPattern=".*" />
</provider>
</application>
</manifest>

1
PushSDK/build/intermediates/manifests/aapt/debug/output.json

@ -0,0 +1 @@
[{"outputType":{"type":"AAPT_FRIENDLY_MERGED_MANIFESTS"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1},"path":"AndroidManifest.xml","properties":{"packageId":"com.umeng.message.com.zbar.lib","split":""}}]

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save