Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f32281b7 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

release-request-e73a0a41-91c3-4249-808e-8d196d54a344-for-git_oc-mr1-release-42...

release-request-e73a0a41-91c3-4249-808e-8d196d54a344-for-git_oc-mr1-release-4273744 snap-temp-L04700000093069831

Change-Id: I601dea8548703aac9e2d75b0b3210721bfc8e2ed
parents 319faca3 858ea46a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8782,8 +8782,8 @@
    <!-- Section title for the Web Action preference [CHAR LIMIT=60] -->
    <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] -->
    <string name="instant_apps_account">Instant apps account</string>
    <!-- Preference label for an tappable preference that will open the instant apps settings. [CHAR LIMIT=60] -->
    <string name="instant_apps_settings">Instant Apps preferences</string>
    <!-- Section title for the Domain URL app preference list [CHAR LIMIT=60]-->
    <string name="domain_url_section_title">Installed apps</string>
+1 −1
Original line number Diff line number Diff line
@@ -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;