Merge "[Provider model] Update the Wi-Fi icons in the Settings" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
567e29adf0
@@ -1054,7 +1054,7 @@ public class WifiDetailPreferenceController2 extends AbstractPreferenceControlle
|
|||||||
}
|
}
|
||||||
|
|
||||||
public Drawable getIcon(boolean showX, int level) {
|
public Drawable getIcon(boolean showX, int level) {
|
||||||
return mContext.getDrawable(Utils.getWifiIconResource(showX, level)).mutate();
|
return mContext.getDrawable(WifiUtils.getInternetIconResource(level, showX)).mutate();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user