Loading res/values/strings.xml +4 −0 Original line number Diff line number Diff line Loading @@ -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 --> Loading res/xml/device_info_settings.xml +7 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
res/values/strings.xml +4 −0 Original line number Diff line number Diff line Loading @@ -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 --> Loading
res/xml/device_info_settings.xml +7 −1 Original line number Diff line number Diff line Loading @@ -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 Loading