Merge "Remove dynamic summary from Security Patch info" into oc-dev
am: 564d90faf0
Change-Id: I91993bdbf7de1256fb8149478126ec507833611b
This commit is contained in:
@@ -31,8 +31,6 @@
|
|||||||
<string name="dlg_switch">Switch</string>
|
<string name="dlg_switch">Switch</string>
|
||||||
|
|
||||||
<!-- Device Info --> <skip />
|
<!-- 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 -->
|
<!-- [CHAR LIMIT=NONE] Device Info screen. Countdown for user taps to enable development settings -->
|
||||||
<plurals name="show_dev_countdown">
|
<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>
|
<item quantity="one">You are now <xliff:g id="step_count">%1$d</xliff:g> step away from being a developer.</item>
|
||||||
|
@@ -74,7 +74,7 @@
|
|||||||
<!-- Security patch level -->
|
<!-- Security patch level -->
|
||||||
<Preference android:key="security_patch"
|
<Preference android:key="security_patch"
|
||||||
android:title="@string/security_patch"
|
android:title="@string/security_patch"
|
||||||
android:summary="@string/device_info_default">
|
android:summary="@string/summary_placeholder">
|
||||||
<intent android:action="android.intent.action.VIEW"
|
<intent android:action="android.intent.action.VIEW"
|
||||||
android:data="https://source.android.com/security/bulletin/" />
|
android:data="https://source.android.com/security/bulletin/" />
|
||||||
</Preference>
|
</Preference>
|
||||||
|
Reference in New Issue
Block a user