Skip to content

Commit 6ebbffd

Browse files
committed
v1.7版本
1 parent ef4f67a commit 6ebbffd

File tree

9 files changed

+215
-721
lines changed

9 files changed

+215
-721
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ V免签为完全开源项目,开源项目意味着作者没有任何收入来
7474
+ 微信收款商业版店员到账收款通知
7575

7676
## 更新记录
77+
+ v1.7(2019.05.17)
78+
+ 删除辅助功能依赖,改为使用通知使用权进行监听,修复一大堆bug,建议更新到该版本
79+
7780
+ v1.6.2(2019.05.17)
7881
+ 增加微信收款商业版到账支持
7982

app/app-release.apk

-2.53 KB
Binary file not shown.

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<uses-permission android:name="android.permission.WAKE_LOCK"/>
1111

1212
<application
13-
android:name="com.vone.vmq.MyData"
1413
android:allowBackup="true"
1514
android:icon="@mipmap/ic_launcher"
1615
android:label="@string/app_name"
@@ -28,17 +27,6 @@
2827
<activity
2928
android:name="com.google.zxing.activity.CaptureActivity"/>
3029

31-
<service android:name="com.vone.vmq.NeNotificationService"
32-
android:enabled="true"
33-
android:exported="true"
34-
android:label="V免签监控服务"
35-
android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE"
36-
android:process=":BackgroundService">
37-
<intent-filter>
38-
<action android:name="android.accessibilityservice.AccessibilityService"/>
39-
</intent-filter>
40-
</service>
41-
4230

4331
<service
4432
android:name="com.vone.vmq.NeNotificationService2"

app/src/main/java/com/vone/vmq/CommonRes.java

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)