Intent. Failure to declare this intent will cause the system to
ignore the accessibility service. Additionally an accessibility service must request the
BIND_ACCESSIBILITY_SERVICE permission to ensure
that only the system
can bind to it. Failure to declare this intent will cause the system to ignore the
accessibility service. Following is an example declaration:
<service android:name=".MyAccessibilityService"
android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE">
<intent-filter>
<action android:name="android.accessibilityservice.AccessibilityService" />
</intent-filter>
. . .
</service>
Bummer...
Using voice is an Accessibility Service type thing.
--
You received this message because you are subscribed to a topic in the Google Groups "Tasker" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tasker/2ae51c_9AcM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tasker+un...@googlegroups.com.
Visit this group at http://groups.google.com/group/tasker.
For more options, visit https://groups.google.com/groups/opt_out.
I posted the requirements from the Android Developer site that stated in order to use TTS, there must be a <service> declaration
Using 1.6u2m BTW :)
An accessibility is declared as any other service in an AndroidManifest.xml but it
must also specify that it handles the "android.accessibilityservice.AccessibilityService"
Intent. Failure to declare this intent will cause the system to
ignore the accessibility service. Additionally an accessibility service must request the
BIND_ACCESSIBILITY_SERVICE permission to ensure
that only the system
can bind to it. Failure to declare this intent will cause the system to ignore the
accessibility service. Following is an example declaration:
<service android:name=".MyAccessibilityService"
android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE">
<intent-filter>
<action android:name="android.accessibilityservice.AccessibilityService" />
</intent-filter>
. . .
</service>
*******************
--
You received this message because you are subscribed to a topic in the Google Groups "Tasker" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tasker/2ae51c_9AcM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tasker+un...@googlegroups.com.
Visit this group at http://groups.google.com/group/tasker.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to a topic in the Google Groups "Tasker" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tasker/2ae51c_9AcM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tasker+un...@googlegroups.com.
Visit this group at http://groups.google.com/group/tasker.
For more options, visit https://groups.google.com/groups/opt_out.