From ba59f5b222190f423d20298e0328ec3f8c1c45cd Mon Sep 17 00:00:00 2001 From: Adrian Roos Date: Fri, 19 Jun 2015 19:59:53 -0700 Subject: Work around improper ListView recycling in TrustAgentSettings Previously, the views for our SwitchPreference would never be recycled because they weren't present in onCreate, which broke accessibility events. Bug: 21837103 Change-Id: I01f40b4e6df6d807b77f985116a57334e4ca4868 --- res/xml/trust_agent_settings.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'res/xml') diff --git a/res/xml/trust_agent_settings.xml b/res/xml/trust_agent_settings.xml index e9374f3..2bf71fb 100644 --- a/res/xml/trust_agent_settings.xml +++ b/res/xml/trust_agent_settings.xml @@ -16,4 +16,9 @@ + android:title="@string/manage_trust_agents"> + + + + -- cgit v1.1