am ef03d1ba: am 84710bb8: Merge "Updating the accessibility sample due to a security fix." into jb-dev

* commit 'ef03d1bae659e64278d82c78f202e00e4aef94cb':
  Updating the accessibility sample due to a security fix.
This commit is contained in:
Svetoslav Ganov
2012-05-21 14:32:25 -07:00
committed by Android Git Automerger

View File

@@ -579,7 +579,8 @@
</activity>
<service android:name=".accessibility.ClockBackService"
android:label="@string/accessibility_service_label">
android:label="@string/accessibility_service_label"
android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE">
<intent-filter>
<action android:name="android.accessibilityservice.AccessibilityService" />
</intent-filter>
@@ -596,7 +597,8 @@
<service android:name=".accessibility.TaskBackService"
android:label="@string/accessibility_query_window_label"
android:enabled="@bool/atLeastIceCreamSandwich">
android:enabled="@bool/atLeastIceCreamSandwich"
android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE">
<intent-filter>
<action android:name="android.accessibilityservice.AccessibilityService" />
</intent-filter>