File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
faceunlock/src/main/res/xml Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 1
1
<!-- We don't want any events but we still have to specify one -->
2
2
<accessibility-service xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
android : description =" @string/accessibility_service_description"
4
- android : accessibilityEventTypes =" typeAnnouncement"
5
- android : accessibilityFeedbackType =" feedbackGeneric"
6
- android : accessibilityFlags =" flagDefault"
7
4
android : notificationTimeout =" 100"
8
- android : canControlMagnification =" false"
9
- android : canPerformGestures =" false"
10
- android : canRequestEnhancedWebAccessibility =" false"
11
- android : canRequestFilterKeyEvents =" false"
12
- android : canRequestFingerprintGestures =" false"
13
- android : canRequestTouchExplorationMode =" false"
14
- android : canRetrieveWindowContent =" false"
15
- android : canTakeScreenshot =" false"
16
5
android : settingsActivity =" ax.nd.faceunlock.MainActivity"
17
6
/>
You can’t perform that action at this time.
0 commit comments