Loading src/com/android/settings/location/LocationSettingsFooterPreferenceController.java +0 −12 Original line number Diff line number Diff line Loading @@ -106,21 +106,9 @@ public class LocationSettingsFooterPreferenceController extends LocationBasePref } if (mFooterPreference != null) { mFooterPreference.setTitle(Html.fromHtml(footerString)); mFooterPreference.setLearnMoreAction(v -> openLocationLearnMoreLink()); mFooterPreference.setLearnMoreContentDescription(mContext.getString( R.string.location_settings_footer_learn_more_content_description)); } } private void openLocationLearnMoreLink() { mFragment.startActivityForResult( HelpUtils.getHelpIntent( mContext, mContext.getString(R.string.location_settings_footer_learn_more_link), /*backupContext=*/""), /*requestCode=*/ 0); } /** * Location footer preference group should always be displayed. */ Loading Loading
src/com/android/settings/location/LocationSettingsFooterPreferenceController.java +0 −12 Original line number Diff line number Diff line Loading @@ -106,21 +106,9 @@ public class LocationSettingsFooterPreferenceController extends LocationBasePref } if (mFooterPreference != null) { mFooterPreference.setTitle(Html.fromHtml(footerString)); mFooterPreference.setLearnMoreAction(v -> openLocationLearnMoreLink()); mFooterPreference.setLearnMoreContentDescription(mContext.getString( R.string.location_settings_footer_learn_more_content_description)); } } private void openLocationLearnMoreLink() { mFragment.startActivityForResult( HelpUtils.getHelpIntent( mContext, mContext.getString(R.string.location_settings_footer_learn_more_link), /*backupContext=*/""), /*requestCode=*/ 0); } /** * Location footer preference group should always be displayed. */ Loading