Loading res/values/strings.xml +2 −2 Original line number Original line Diff line number Diff line Loading @@ -8782,8 +8782,8 @@ <!-- Section title for the Web Action preference [CHAR LIMIT=60] --> <!-- Section title for the Web Action preference [CHAR LIMIT=60] --> <string name="web_action_section_title">Instant apps</string> <string name="web_action_section_title">Instant apps</string> <!-- Preference label for an tappable preference that will open the account chooser for instant apps. [CHAR LIMIT=60] --> <!-- Preference label for an tappable preference that will open the instant apps settings. [CHAR LIMIT=60] --> <string name="instant_apps_account">Instant apps account</string> <string name="instant_apps_settings">Instant Apps preferences</string> <!-- Section title for the Domain URL app preference list [CHAR LIMIT=60]--> <!-- Section title for the Domain URL app preference list [CHAR LIMIT=60]--> <string name="domain_url_section_title">Installed apps</string> <string name="domain_url_section_title">Installed apps</string> src/com/android/settings/applications/ManageDomainUrls.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -141,7 +141,7 @@ public class ManageDomainUrls extends SettingsPreferenceFragment final Intent launchIntent = instantAppSettingsIntent; final Intent launchIntent = instantAppSettingsIntent; // TODO: Make this button actually launch the account chooser. // TODO: Make this button actually launch the account chooser. mInstantAppAccountPreference = new Preference(getPrefContext()); mInstantAppAccountPreference = new Preference(getPrefContext()); mInstantAppAccountPreference.setTitle(R.string.instant_apps_account); mInstantAppAccountPreference.setTitle(R.string.instant_apps_settings); mInstantAppAccountPreference.setOnPreferenceClickListener(pref -> { mInstantAppAccountPreference.setOnPreferenceClickListener(pref -> { startActivity(launchIntent); startActivity(launchIntent); return true; return true; Loading Loading
res/values/strings.xml +2 −2 Original line number Original line Diff line number Diff line Loading @@ -8782,8 +8782,8 @@ <!-- Section title for the Web Action preference [CHAR LIMIT=60] --> <!-- Section title for the Web Action preference [CHAR LIMIT=60] --> <string name="web_action_section_title">Instant apps</string> <string name="web_action_section_title">Instant apps</string> <!-- Preference label for an tappable preference that will open the account chooser for instant apps. [CHAR LIMIT=60] --> <!-- Preference label for an tappable preference that will open the instant apps settings. [CHAR LIMIT=60] --> <string name="instant_apps_account">Instant apps account</string> <string name="instant_apps_settings">Instant Apps preferences</string> <!-- Section title for the Domain URL app preference list [CHAR LIMIT=60]--> <!-- Section title for the Domain URL app preference list [CHAR LIMIT=60]--> <string name="domain_url_section_title">Installed apps</string> <string name="domain_url_section_title">Installed apps</string>
src/com/android/settings/applications/ManageDomainUrls.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -141,7 +141,7 @@ public class ManageDomainUrls extends SettingsPreferenceFragment final Intent launchIntent = instantAppSettingsIntent; final Intent launchIntent = instantAppSettingsIntent; // TODO: Make this button actually launch the account chooser. // TODO: Make this button actually launch the account chooser. mInstantAppAccountPreference = new Preference(getPrefContext()); mInstantAppAccountPreference = new Preference(getPrefContext()); mInstantAppAccountPreference.setTitle(R.string.instant_apps_account); mInstantAppAccountPreference.setTitle(R.string.instant_apps_settings); mInstantAppAccountPreference.setOnPreferenceClickListener(pref -> { mInstantAppAccountPreference.setOnPreferenceClickListener(pref -> { startActivity(launchIntent); startActivity(launchIntent); return true; return true; Loading