commit | 3d0201173425bdf51f21adb8330f9f2d6704f1d2 | [log] [tgz] |
---|---|---|
author | Taeho Kim <jyte82@gmail.com> | Mon Sep 30 03:39:30 2013 +0900 |
committer | Taeho Kim <jyte82@gmail.com> | Mon Sep 30 04:11:39 2013 +0900 |
tree | a0d839a63de918b0c8a591211876006d106179a0 | |
parent | ebd397ad9182c37487ba95aaa71ae6dcf0c9d762 [diff] |
Added missing permission declaration on <service> tag of AccessibilityService guide documentation (Building Accessibility Services) With code snippet on current docs, the accessibility service does not show up on the Settings > Accessibility > Services list, with API level 17 or higher. In order to declare service correctly, user have to declare "permission" property with value of "android.permission.BIND_ACCESSIBILITY_SERVICE". Change-Id: I70c8f98d4ff6fd2286bf5866098b22443afb6cd9