am e1715968: am f129248c: am 6944b0f0: Fix Telephony build
* commit 'e171596852cd39c19e3a209d1c68ef4cfc981184':
Fix Telephony build
diff --git a/src/com/android/phone/settings/PhoneAccountSettingsFragment.java b/src/com/android/phone/settings/PhoneAccountSettingsFragment.java
index 593d897..0085181 100644
--- a/src/com/android/phone/settings/PhoneAccountSettingsFragment.java
+++ b/src/com/android/phone/settings/PhoneAccountSettingsFragment.java
@@ -324,7 +324,7 @@
*/
private void updateConfigureCallAssistant() {
Intent intent = getConfigureCallAssistantIntent();
- boolean shouldShow = intent != null && !mApplicationContext.getPackageManager()
+ boolean shouldShow = intent != null && !getActivity().getPackageManager()
.queryIntentActivities(intent, 0).isEmpty();
PreferenceCategory callAssistantCategory = (PreferenceCategory)