File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
java/android/accessibilityservice Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6060 * must also specify that it handles the "android.accessibilityservice.AccessibilityService"
6161 * {@link android.content.Intent}. Failure to declare this intent will cause the system to
6262 * ignore the accessibility service. Additionally an accessibility service must request
63- * {@link android.Manifest.permission#BIND_ACCESSIBILITY_SERVICE
64- * android.permission.BIND_ACCESSIBILITY_SERVICE} permission to ensure that only the system
63+ * "android.permission.BIND_ACCESSIBILITY_SERVICE" permission to ensure that only the system
6564 * can bind to it. Failure to declare this intent will cause the system to ignore the
6665 * accessibility service. Following is an example declaration:
6766 * </p>
Original file line number Diff line number Diff line change 15521552 android : protectionLevel =" signature" />
15531553
15541554 <!-- Must be required by an {@link android.accessibilityservice.AccessibilityService},
1555- to ensure that only the system can bind to it. -->
1555+ to ensure that only the system can bind to it.
1556+ @hide -->
15561557 <permission android : name =" android.permission.BIND_ACCESSIBILITY_SERVICE"
15571558 android : label =" @string/permlab_bindAccessibilityService"
15581559 android : description =" @string/permdesc_bindAccessibilityService"
You can’t perform that action at this time.
0 commit comments