summaryrefslogtreecommitdiff
path: root/packages/SettingsLib/src/com/android/settingslib/DeviceInfoUtils.java
AgeCommit message (Collapse)Author
2020-01-13[TelephonyMainline] Cannot use UnsupportedAppUsage APIzoey chen
Replace #getLine1Number(I) with getLine1Number() Bug: 145583708 Test: make Change-Id: Ibb278b86792523349c538b6d9a5fa95d80f4ae42
2019-11-14Synced the code from master branchSunny Shao
Fixes: 144364245 Test: compilation Change-Id: I1c6981128f3f2fe5ae36e83a289c226ac59be742 Merged-In: I72d37db133fdabb0eef1b332f1128b4fb23ea866
2018-08-28Sort importsFan Zhang
Having consistent import order will reduce chance of merge conflict between internal and external master Test: rebuild Change-Id: I9acb311ec05f72f0a37f08b0d26785841fe91de5
2018-04-20Migrated SystemUI & SettingsLib to androidxAurimas Liutikas
Test: make SystemUI SettingsLib Bug:76692459 Change-Id: I248fdf4042a0a97bc6349091da21c936c2d37c95
2017-11-10Use uname instead of proc/versionjeffreyhuang
- Update the displayed kernel version to use uname instead Change-Id: Ie5078645ef88dfdcdbe648ea2e017b20f2579b0c Fixes: 67006899 Test: Manual with settings app
2017-08-24DeviceInfoUtils.java: support to show kernel version compiled with clangYongqin Liu
The kernel version displayed in settings is only shown correctly when built with gcc, this change adds support for a kernel built with clang. Test: manually on hikey with following command: adb shell am instrument -w -e class com.android.settings.DeviceInfoSettingsTest com.android.settings.tests.unit/android.support.test.runner.AndroidJUnitRunner Change-Id: I9b7991681cb5abdf44e7d1d1bff84c7c866be2ed Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2016-10-31DeviceInfoUtils: support clang kernel versionNick Desaulniers
Test: view settings Bug: 32455817 Change-Id: Iaaf8021fa743c74c8052b6a3352ef15b40cc4974
2016-07-06Move phone number formatting logic into DeviceInfoUtils.Fan Zhang
Bug: 28419411 Change-Id: Ib9a0ad60d44e4e24fdb6484d5bb582f4f796f8b3
2015-11-16Move some methods to DeviceInfoUtils in SettingsLibTony Mantler
Change-Id: I646c89c2803e4386a4b24f10ec186871768e7239