mirror of
https://github.com/TonyJiangWJ/Auto.js.git
synced 2026-06-24 21:33:16 +08:00
新增 手势监听功能(效果不佳不启用)
This commit is contained in:
parent
4bf237a499
commit
1acbb27550
@ -6,7 +6,6 @@
|
||||
android:canPerformGestures="true"
|
||||
android:canRequestEnhancedWebAccessibility="true"
|
||||
android:canRequestFilterKeyEvents="true"
|
||||
android:canRequestTouchExplorationMode="true"
|
||||
android:canRetrieveWindowContent="true"
|
||||
android:description="@string/text_accessibility_service_description"
|
||||
android:notificationTimeout="0"/>
|
||||
@ -161,8 +161,6 @@ open class UiObject(info: Any?, private val allocator: AccessibilityNodeInfoAllo
|
||||
// FIXME: 2017/5/5
|
||||
false
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
fun click(): Boolean {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user