Merge "Revert "Remove dynamic summary from Security Patch info"" into oc-dev

am: a8e887be86

Change-Id: I561cd90ba74a551a44d43a04a1b567efc74e4863
This commit is contained in:
Salvador Martinez
2017-06-06 04:35:19 +00:00
committed by android-build-merger
2 changed files with 3 additions and 1 deletions

View File

@@ -31,6 +31,8 @@
<string name="dlg_switch">Switch</string>
<!-- Device Info --> <skip />
<!-- Device Info screen. Used for a status item's value when the proper value is not known -->
<string name="device_info_default">Unknown</string>
<!-- [CHAR LIMIT=NONE] Device Info screen. Countdown for user taps to enable development settings -->
<plurals name="show_dev_countdown">
<item quantity="one">You are now <xliff:g id="step_count">%1$d</xliff:g> step away from being a developer.</item>

View File

@@ -74,7 +74,7 @@
<!-- Security patch level -->
<Preference android:key="security_patch"
android:title="@string/security_patch"
android:summary="@string/summary_placeholder">
android:summary="@string/device_info_default">
<intent android:action="android.intent.action.VIEW"
android:data="https://source.android.com/security/bulletin/" />
</Preference>