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

Commit add95b15 authored by Fabrice Di Meglio's avatar Fabrice Di Meglio
Browse files

Fix bug #17358371 Wallpaper attributions in "Legal Information" section of Settings

- add the requested infos

Change-Id: Ib2d07f79d8c2e2c85032d7ec595055254437ba19
parent bde55601
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2705,6 +2705,10 @@
    <!-- Note: this may be replaced by a more-specific title of the activity that will get launched --> <skip />
    <!-- About phone settings screen, setting option name to see terms and conditions -->
    <string name="terms_title">Terms and conditions</string>
    <!-- About phone settings screen, setting option name to see wallpapers attributions -->
    <string name="wallpaper_attributions">Wallpapers</string>
    <!-- About phone settings screen, setting option name to see wallpapers attributions values -->
    <string name="wallpaper_attributions_values">Satellite imagery providers:\n©2014 CNES / Astrium, DigitalGlobe, Bluesky</string>

    <!-- Title for actual Settings license activity. --> <skip />
    <!-- About phone settings, Legal information setting option name and title of dialog box holding license info -->
+7 −1
Original line number Diff line number Diff line
@@ -72,6 +72,12 @@
                <intent android:action="android.settings.TERMS" />
            </PreferenceScreen>

            <Preference
                    android:key="wallpaper_attributions"
                    android:title="@string/wallpaper_attributions"
                    android:summary="@string/wallpaper_attributions_values"
                    />

        </PreferenceScreen>

        <PreferenceScreen