Accessibility feature - framework changes (replacing 698, 699, 700, 701 and merging with the latest Donut)

This commit is contained in:
svetoslavganov
2009-05-14 22:28:01 -07:00
parent 669ec3a6e4
commit 75986cf9bc
43 changed files with 4241 additions and 113 deletions

View File

@@ -227,6 +227,14 @@ class ServerThread extends Thread {
Log.e(TAG, "Failure starting Connectivity Service", e);
}
try {
Log.i(TAG, "Starting Accessibility Manager.");
ServiceManager.addService(Context.ACCESSIBILITY_SERVICE,
new AccessibilityManagerService(context));
} catch (Throwable e) {
Log.e(TAG, "Failure starting Accessibility Manager", e);
}
try {
Log.i(TAG, "Starting Notification Manager.");
ServiceManager.addService(Context.NOTIFICATION_SERVICE,