Skip to content

Commit

Permalink
Show only the Build Number
Browse files Browse the repository at this point in the history
Clean interface AOSP inline

Signed-off-by: Alberto97 <[email protected]>
  • Loading branch information
Alberto97 committed Nov 26, 2014
1 parent 7286f3f commit 07be3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/android/settings/DeviceInfoSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public void onCreate(Bundle icicle) {
setStringSummary(KEY_DEVICE_MODEL, Build.MODEL + getMsvSuffix());
setValueSummary(KEY_EQUIPMENT_ID, PROPERTY_EQUIPMENT_ID);
setStringSummary(KEY_DEVICE_MODEL, Build.MODEL);
setStringSummary(KEY_BUILD_NUMBER, Build.DISPLAY);
setStringSummary(KEY_BUILD_NUMBER, Build.ID);
findPreference(KEY_BUILD_NUMBER).setEnabled(true);
findPreference(KEY_KERNEL_VERSION).setSummary(getFormattedKernelVersion());

Expand Down

0 comments on commit 07be3ff

Please sign in to comment.