diff options
| -rw-r--r-- | recovery.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recovery.cpp b/recovery.cpp index b5714d48..6d20acdd 100644 --- a/recovery.cpp +++ b/recovery.cpp @@ -834,6 +834,7 @@ Device::BuiltinAction start_recovery(Device* device, const std::vector<std::stri "Version " + android::base::GetProperty("ro.lineage.build.version", "(unknown)") + " (" + ver_date + ")", }; + title_lines.push_back("Product name - " + android::base::GetProperty("ro.product.device", "")); if (android::base::GetBoolProperty("ro.build.ab_update", false)) { std::string slot = android::base::GetProperty("ro.boot.slot_suffix", ""); if (android::base::StartsWith(slot, "_")) slot.erase(0, 1); |
