Merge "Change strings from Instant app account to setting" into oc-mr1-dev am: 858ea46a3a
am: eee0e82fba
Change-Id: I996ed8caf0581cc3f273423b7d8d3989235e2f4e
This commit is contained in:
@@ -141,7 +141,7 @@ public class ManageDomainUrls extends SettingsPreferenceFragment
|
||||
final Intent launchIntent = instantAppSettingsIntent;
|
||||
// TODO: Make this button actually launch the account chooser.
|
||||
mInstantAppAccountPreference = new Preference(getPrefContext());
|
||||
mInstantAppAccountPreference.setTitle(R.string.instant_apps_account);
|
||||
mInstantAppAccountPreference.setTitle(R.string.instant_apps_settings);
|
||||
mInstantAppAccountPreference.setOnPreferenceClickListener(pref -> {
|
||||
startActivity(launchIntent);
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user