Clarify text shown in a11y service warning dialog
Replacing the text generated from the service's capabilities (which could change) with a generic message based on the maximum capabilities (full control) a service can obtain. Bug: 110715236 Test: atest SettingsRoboTests Change-Id: Iecb548c77c9031626d4da24741ec1f753d0cc94f
This commit is contained in:
@@ -38,20 +38,13 @@
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/capabilities_header"
|
||||
android:id="@+id/accessibility_service_warning"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="10dip"
|
||||
android:textAlignment="viewStart"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"/>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/capabilities"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:padding="10dip"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
</ScrollView>
|
||||
|
Reference in New Issue
Block a user