Merge "Add Adaptive Connectivity switch on/off string for fixing string gender" into sc-dev am: 60d2057417
am: 8bf1d8bc1b
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15165946 Change-Id: I4a162c7a407bb45841a2c32398ba3de4c7929b09
This commit is contained in:
@@ -48,7 +48,7 @@ public class AdaptiveConnectivityPreferenceController extends BasePreferenceCont
|
||||
public CharSequence getSummary() {
|
||||
return Settings.Secure.getInt(mContext.getContentResolver(),
|
||||
Settings.Secure.ADAPTIVE_CONNECTIVITY_ENABLED, 1) == 1
|
||||
? mContext.getString(R.string.switch_on_text)
|
||||
: mContext.getString(R.string.switch_off_text);
|
||||
? mContext.getString(R.string.adaptive_connectivity_switch_on)
|
||||
: mContext.getString(R.string.adaptive_connectivity_switch_off);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user