Skip to content

Commit a4c1b0a

Browse files
sganovAndroid (Google) Code Review
authored andcommitted
Merge "Fixing the build for real." into jb-dev
2 parents 11e123f + 1e7456b commit a4c1b0a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

core/java/android/accessibilityservice/AccessibilityService.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@
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>

core/res/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1552,7 +1552,8 @@
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"

0 commit comments

Comments
 (0)