diff options
Diffstat (limited to 'res/xml/device_info_settings.xml')
-rw-r--r-- | res/xml/device_info_settings.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/res/xml/device_info_settings.xml b/res/xml/device_info_settings.xml index 03f1e78..0f54f3a 100644 --- a/res/xml/device_info_settings.xml +++ b/res/xml/device_info_settings.xml @@ -122,6 +122,13 @@ android:title="@string/kernel_version" android:summary="@string/device_info_default"/> + <!-- Mod version --> + <Preference android:key="mod_version" + style="?android:preferenceInformationStyle" + android:title="@string/mod_version" + android:summary="@string/mod_version_default" /> + + <!-- Detailed build version --> <Preference android:key="build_number" style="?android:preferenceInformationStyle" |