diff options
author | Adnan Begovic <adnan@cyngn.com> | 2016-01-11 14:39:20 -0800 |
---|---|---|
committer | Adnan Begovic <adnan@cyngn.com> | 2016-01-12 12:39:53 -0800 |
commit | fe976b7e721000f04b442a908cac60a614dd166c (patch) | |
tree | 96a3e10c8a49e293e222710d29a52c786be0c835 /packages/SystemUI/src/com/android/systemui/qs/tiles | |
parent | df5e2309224c58632843a1687d8c257459451859 (diff) | |
download | frameworks_base-fe976b7e721000f04b442a908cac60a614dd166c.zip frameworks_base-fe976b7e721000f04b442a908cac60a614dd166c.tar.gz frameworks_base-fe976b7e721000f04b442a908cac60a614dd166c.tar.bz2 |
SystemUi: Reintroduce always_show_roaming config.
Set ro.config.always_show_roaming to true to always
show both the current data RAT and roaming when in
a roaming scenario.
Change-Id: I59416f172f24094547b2594347e6accab0bd7fed
TICKET: CYNGNOS-1578
Diffstat (limited to 'packages/SystemUI/src/com/android/systemui/qs/tiles')
-rw-r--r-- | packages/SystemUI/src/com/android/systemui/qs/tiles/CellularTile.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/qs/tiles/CellularTile.java b/packages/SystemUI/src/com/android/systemui/qs/tiles/CellularTile.java index e2c0a2d..f4602de 100644 --- a/packages/SystemUI/src/com/android/systemui/qs/tiles/CellularTile.java +++ b/packages/SystemUI/src/com/android/systemui/qs/tiles/CellularTile.java @@ -201,7 +201,7 @@ public class CellularTile extends QSTile<QSTile.SignalState> { @Override public void setMobileDataIndicators(IconState statusIcon, IconState qsIcon, int statusType, int qsType, boolean activityIn, boolean activityOut, String typeContentDescription, - String description, boolean isWide, int subId) { + String description, boolean isWide, boolean showSeparateRoaming, int subId) { if (qsIcon == null) { // Not data sim, don't display. return; |