Fix bug #17358371 Wallpaper attributions in "Legal Information" section of Settings
- add the requested infos Change-Id: Ib2d07f79d8c2e2c85032d7ec595055254437ba19
This commit is contained in:
@@ -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 -->
|
||||
|
@@ -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">
|
||||
|
Reference in New Issue
Block a user