Skip to content

Commit 2e6c332

Browse files
Wink SavilleAndroid (Google) Code Review
authored andcommitted
Merge "Set roaming indicator to off if Perferred Roaming List is not loaded." into ics-mr0
2 parents f4b40de + 63bbd8d commit 2e6c332

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)