From deb440005181e1d18785e2474192142cf1681d54 Mon Sep 17 00:00:00 2001 From: uabdullah Date: Wed, 21 Mar 2018 15:30:16 -0700 Subject: Use SwitchPreferenceWithClickableSummary instead of SwitchPreference for VM Donation The learn more link needs to be in the summary of the switch preference, however having a hyperlink in the summary text view of a switch preference does not open the hyperlink. To do this we made our custom switch preference which allows the summary to be clicked. All other aspects of the switch preference remain the same. Bug: 74033229 Test: Unit test PiperOrigin-RevId: 189978676 Change-Id: I31e744f3545e576ee3f5ac4a8fee249e22835e19 --- .../dialer/common/preference/AndroidManifest.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 java/com/android/dialer/common/preference/AndroidManifest.xml (limited to 'java/com/android/dialer/common/preference/AndroidManifest.xml') diff --git a/java/com/android/dialer/common/preference/AndroidManifest.xml b/java/com/android/dialer/common/preference/AndroidManifest.xml new file mode 100644 index 000000000..3e8062216 --- /dev/null +++ b/java/com/android/dialer/common/preference/AndroidManifest.xml @@ -0,0 +1,18 @@ + + + -- cgit v1.2.3