Home | History | Annotate | Download | only in accessibility

Lines Matching full:your

17   <li><a href="#create">Create Your Accessibility Service</a></li>
18 <li><a href="#configure">Configure Your Accessibility Service</a></li>
43 <h2 id="create">Create Your Accessibility Service</h2>
46 in either situation. Within your project, create a class that extends {@link
87 application, you can remove the starter Activity class (usually called MainActivity.java) from your source. Remember to
88 also remove the corresponding activity element from your manifest.</p>
90 <h2 id="configure">Configure Your Accessibility Service</h2>
91 <p>Setting the configuration variables for your accessibility service tells the
101 and configure your service in there.</p>
117 // Set the type of feedback your service will provide.
138 configure your service using XML. The same configuration options above, defined
152 <p>If you go the XML route, be sure to reference it in your manifest, by adding
155 your service declaration, pointing at the XML file. If you stored your XML file
169 <p>Now that your service is set up to run and listen for events, write some code
208 following line in your XML configuration:</p>