am f129248c: am 6944b0f0: Fix Telephony build

* commit 'f129248caecb80eb2aea6eb242be17750768c858':
  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)