Settings.Secure.putString(
getContentResolver(),
Settings.Secure.ENABLED_ACCESSIBILITY_SERVICES,
getPackageName() + "/" + AccessibilitySampleService.class.getCanonicalName());
Settings.Secure.putString(
getContentResolver(),
Settings.Secure.ACCESSIBILITY_ENABLED, ENABLE);
Settings.Secure.putString(
getContentResolver(),
ENABLED_NOTIFICATION_LISTENERS,
getPackageName() + "/" + MusicStateService.class.getCanonicalName());