|
49 | 49 | android:summary="@string/summaryImeShowPartialResults"
|
50 | 50 | android:title="@string/titleImeShowPartialResults"
|
51 | 51 | app:iconSpaceReserved="false" />
|
| 52 | + <!-- |
52 | 53 | <CheckBoxPreference
|
53 | 54 | android:defaultValue="@bool/defaultImeHelpText"
|
54 | 55 | android:key="@string/keyImeHelpText"
|
55 | 56 | android:summary="@string/summaryImeHelpText"
|
56 | 57 | android:title="@string/titleImeHelpText"
|
57 | 58 | app:iconSpaceReserved="false" />
|
| 59 | + --> |
58 | 60 | </PreferenceCategory>
|
59 | 61 |
|
60 | 62 | // Voice search activity (TODO: unify terminology: dialog, panel, UI, speech action)
|
|
112 | 114 | android:title="@string/titleCategoryDependencies"
|
113 | 115 | app:iconSpaceReserved="false">
|
114 | 116 | <Preference
|
115 |
| - android:summary="@string/summaryAppList" |
116 |
| - android:title="@string/labelActivityAppList" |
| 117 | + android:summary="@string/summarySelectRewrites" |
| 118 | + android:title="@string/titleSelectRewrites" |
117 | 119 | app:iconSpaceReserved="false">
|
118 | 120 | <intent
|
119 |
| - android:targetClass="ee.ioc.phon.android.speak.activity.AppListActivity" |
| 121 | + android:targetClass="ee.ioc.phon.android.speak.activity.RewritesSelectorActivity" |
120 | 122 | android:targetPackage="ee.ioc.phon.android.speak" />
|
121 | 123 | </Preference>
|
122 | 124 | <Preference
|
|
128 | 130 | android:targetPackage="ee.ioc.phon.android.speak" />
|
129 | 131 | </Preference>
|
130 | 132 | <Preference
|
131 |
| - android:summary="@string/summarySelectRewrites" |
132 |
| - android:title="@string/titleSelectRewrites" |
| 133 | + android:summary="@string/summaryAppList" |
| 134 | + android:title="@string/labelActivityAppList" |
133 | 135 | app:iconSpaceReserved="false">
|
134 | 136 | <intent
|
135 |
| - android:targetClass="ee.ioc.phon.android.speak.activity.RewritesSelectorActivity" |
| 137 | + android:targetClass="ee.ioc.phon.android.speak.activity.AppListActivity" |
136 | 138 | android:targetPackage="ee.ioc.phon.android.speak" />
|
137 | 139 | </Preference>
|
138 | 140 | <Preference
|
|
0 commit comments