Merge "Fixing the build for real." into jb-dev

This commit is contained in:
Svetoslav Ganov
2012-05-16 19:25:59 -07:00
committed by Android (Google) Code Review
2 changed files with 3 additions and 3 deletions

View File

@@ -60,8 +60,7 @@ import com.android.internal.os.HandlerCaller;
* must also specify that it handles the "android.accessibilityservice.AccessibilityService"
* {@link android.content.Intent}. Failure to declare this intent will cause the system to
* ignore the accessibility service. Additionally an accessibility service must request
* {@link android.Manifest.permission#BIND_ACCESSIBILITY_SERVICE
* android.permission.BIND_ACCESSIBILITY_SERVICE} permission to ensure that only the system
* "android.permission.BIND_ACCESSIBILITY_SERVICE" permission to ensure that only the system
* can bind to it. Failure to declare this intent will cause the system to ignore the
* accessibility service. Following is an example declaration:
* </p>

View File

@@ -1552,7 +1552,8 @@
android:protectionLevel="signature" />
<!-- Must be required by an {@link android.accessibilityservice.AccessibilityService},
to ensure that only the system can bind to it. -->
to ensure that only the system can bind to it.
@hide -->
<permission android:name="android.permission.BIND_ACCESSIBILITY_SERVICE"
android:label="@string/permlab_bindAccessibilityService"
android:description="@string/permdesc_bindAccessibilityService"