OSDN Git Service

Adding a sample accessibility service
authorSvetoslav Ganov <svetoslavganov@google.com>
Wed, 11 Aug 2010 04:41:06 +0000 (21:41 -0700)
committerSvetoslav Ganov <svetoslavganov@google.com>
Wed, 11 Aug 2010 21:45:56 +0000 (14:45 -0700)
commit9f93186beae13ea057a4b2e867928b357cd650a4
tree89076153c19a43e6489e889f4564ac510d825883
parentf0f2aba8925b7f88af6c3af479c560e4e6b67ee4
Adding a sample accessibility service

Change-Id: I5bd42157e263aac6d7a85db090319db168dea2fd
14 files changed:
build/sdk.atree
samples/AccessibilityService/Android.mk [new file with mode: 0644]
samples/AccessibilityService/AndroidManifest.xml [new file with mode: 0644]
samples/AccessibilityService/_index.html [new file with mode: 0644]
samples/AccessibilityService/res/raw/sound_ringer_normal.ogg [new file with mode: 0644]
samples/AccessibilityService/res/raw/sound_ringer_silent.ogg [new file with mode: 0644]
samples/AccessibilityService/res/raw/sound_ringer_vibrate.ogg [new file with mode: 0644]
samples/AccessibilityService/res/raw/sound_screen_off.ogg [new file with mode: 0644]
samples/AccessibilityService/res/raw/sound_screen_on.ogg [new file with mode: 0644]
samples/AccessibilityService/res/raw/sound_view_clicked.ogg [new file with mode: 0644]
samples/AccessibilityService/res/raw/sound_view_focused_or_selected.ogg [new file with mode: 0644]
samples/AccessibilityService/res/raw/sound_window_state_changed.ogg [new file with mode: 0644]
samples/AccessibilityService/res/values/strings.xml [new file with mode: 0644]
samples/AccessibilityService/src/com/example/android/clockback/ClockBackService.java [new file with mode: 0644]