Can't show 5GE at summary
The 5GE has HTML tag, so it should do transformation by Html.fromHtml. Bug: 180053606 Test: atest ProviderModelSliceHelperTest.java Change-Id: I32ac255d50c52ce853f686ac22572fa1cb44e9cd
This commit is contained in:
@@ -29,6 +29,7 @@ import android.telephony.SignalStrength;
|
||||
import android.telephony.SubscriptionInfo;
|
||||
import android.telephony.SubscriptionManager;
|
||||
import android.telephony.TelephonyManager;
|
||||
import android.text.Html;
|
||||
import android.text.TextUtils;
|
||||
import android.util.Log;
|
||||
|
||||
@@ -141,7 +142,7 @@ public class ProviderModelSliceHelper {
|
||||
.setTitleItem(levelIcon, ListBuilder.ICON_IMAGE)
|
||||
.addEndItem(toggleAction)
|
||||
.setPrimaryAction(primaryAction)
|
||||
.setSubtitle(summary);
|
||||
.setSubtitle(Html.fromHtml(summary, Html.FROM_HTML_MODE_LEGACY));
|
||||
return rowBuilder;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user