/TalkBack/res/raw/speechstrategy_apps.xml
XML | 27 lines | 18 code | 4 blank | 5 comment | 0 complexity | aa0a8b64149ce1ecd43ae9c03469d512 MD5 | raw file
1<?xml version="1.0" encoding="UTF-8"?> 2 <ss:speechstrategy xmlns:ss="http://www.google.android.marvin.talkback.com/speechstrategy" 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 4 xsi:schemaLocation="http://www.google.android.marvin.talkback.com/speechstrategy speechstrategy.xsd"> 5 6 <!-- This file contains speech strategy rules for built-in Android apps. --> 7 <!-- They override the default handlers to work around apps in current --> 8 <!-- and previous Android versions that should have had more --> 9 <!-- contentDescriptions. --> 10 11 <!-- Special case for the Touch Exploration tutorial --> 12 13 <ss:rule> 14 <ss:metadata> 15 <ss:queuing>UNINTERRUPTIBLE</ss:queuing> 16 </ss:metadata> 17 <ss:filter> 18 <ss:eventType>TYPE_VIEW_FOCUSED</ss:eventType> 19 <ss:className>com.android.settings.AccessibilityTutorialActivity$TutorialTextView</ss:className> 20 <ss:packageName>com.android.settings</ss:packageName> 21 </ss:filter> 22 <ss:formatter> 23 <ss:property>text</ss:property> 24 </ss:formatter> 25 </ss:rule> 26 27</ss:speechstrategy>