Skip to content

Commit 63bbd8d

Browse files
author
Wink Saville
committed
Set roaming indicator to off if Perferred Roaming List is not loaded.
Bug: 5326176 Change-Id: I5cfef7df5b7ee0bad97425dcbe4c98b6127c2065
1 parent 421648e commit 63bbd8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telephony/java/com/android/internal/telephony/cdma/CdmaServiceStateTracker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ protected void handlePollStateResult(int what, AsyncResult ar) {
726726
isPrlLoaded = false;
727727
}
728728
if (!isPrlLoaded) {
729-
newSS.setCdmaRoamingIndicator(EriInfo.ROAMING_INDICATOR_FLASH);
729+
newSS.setCdmaRoamingIndicator(EriInfo.ROAMING_INDICATOR_OFF);
730730
} else if (!isSidsAllZeros()) {
731731
if (!namMatch && !mIsInPrl) {
732732
// Use default

0 commit comments

Comments
 (0)