Skip to content

Commit

Permalink
v1.7版本
Browse files Browse the repository at this point in the history
  • Loading branch information
szvone committed May 17, 2019
1 parent ef4f67a commit 6ebbffd
Show file tree
Hide file tree
Showing 9 changed files with 215 additions and 721 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ V免签为完全开源项目,开源项目意味着作者没有任何收入来
+ 微信收款商业版店员到账收款通知

## 更新记录
+ v1.7(2019.05.17)
+ 删除辅助功能依赖,改为使用通知使用权进行监听,修复一大堆bug,建议更新到该版本

+ v1.6.2(2019.05.17)
+ 增加微信收款商业版到账支持

Expand Down
Binary file modified app/app-release.apk
Binary file not shown.
12 changes: 0 additions & 12 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<uses-permission android:name="android.permission.WAKE_LOCK"/>

<application
android:name="com.vone.vmq.MyData"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
Expand All @@ -28,17 +27,6 @@
<activity
android:name="com.google.zxing.activity.CaptureActivity"/>

<service android:name="com.vone.vmq.NeNotificationService"
android:enabled="true"
android:exported="true"
android:label="V免签监控服务"
android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE"
android:process=":BackgroundService">
<intent-filter>
<action android:name="android.accessibilityservice.AccessibilityService"/>
</intent-filter>
</service>


<service
android:name="com.vone.vmq.NeNotificationService2"
Expand Down
32 changes: 0 additions & 32 deletions app/src/main/java/com/vone/vmq/CommonRes.java

This file was deleted.

Loading

0 comments on commit 6ebbffd

Please sign in to comment.