Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/policy/NetworkController.java b/packages/SystemUI/src/com/android/
- index bb67aa3..3cea180 100644
- --- a/packages/SystemUI/src/com/android/systemui/statusbar/policy/NetworkController.java
- +++ b/packages/SystemUI/src/com/android/systemui/statusbar/policy/NetworkController.java
- @@ -44,7 +44,7 @@ import android.telephony.PhoneStateListener;
- import android.telephony.ServiceState;
- import android.telephony.SignalStrength;
- import android.telephony.TelephonyManager;
- -import android.util.log;
- +import android.util.Log;
- import android.util.Slog;
- import android.view.View;
- import android.widget.ImageView;
- @@ -520,8 +520,9 @@ public class NetworkController extends BroadcastReceiver {
- } else {
- iconList = TelephonyIcons.TELEPHONY_SIGNAL_STRENGTH_ROAMING[mInetCondition];
- }
- + mPhoneSignalIconId = iconList[iconLevel];
- + }
- }
- - mPhoneSignalIconId = iconList[iconLevel];
- mContentDescriptionPhoneSignal = mContext.getString(
- AccessibilityContentDescriptions.PHONE_SIGNAL_STRENGTH[iconLevel]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement