Revert "Remove dynamic summary from Security Patch info"

The change breaks build

Bug: 62359766
Bug: 36101902

This reverts commit 2b562f84b6.

Change-Id: Ie712d471f1fa9858b65fd1c0b111405dfb49eb38
This commit is contained in:
Fan Zhang
2017-06-06 04:07:52 +00:00
parent 641dfa348f
commit cd9836c441
2 changed files with 3 additions and 1 deletions

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>