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

- add the requested infos

Change-Id: Ib2d07f79d8c2e2c85032d7ec595055254437ba19
This commit is contained in:
Fabrice Di Meglio
2014-09-03 18:25:43 -07:00
parent bde55601ba
commit add95b1502
2 changed files with 11 additions and 1 deletions

View File

@@ -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 -->

View File

@@ -72,8 +72,14 @@
<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
android:key="safetylegal"
android:title="@string/settings_safetylegal_title">