I am attempting to inject SharedPreferences into a `@Provides` method in my Module but it's generating this broken code: `PreferenceManager.getDefaultSharedPreferences(this.getActivity())` when it should be reaching for the application scope.