Merge "Update string"
This commit is contained in:
committed by
Android (Google) Code Review
commit
56aa5f831d
@@ -141,11 +141,11 @@ public class AvailableMediaDeviceGroupController extends BasePreferenceControlle
|
||||
if (isAudioModeOngoingCall(mContext)) {
|
||||
// in phone call
|
||||
mPreferenceGroup.
|
||||
setTitle(mContext.getString(R.string.connected_device_available_call_title));
|
||||
setTitle(mContext.getString(R.string.connected_device_call_device_title));
|
||||
} else {
|
||||
// without phone call
|
||||
mPreferenceGroup.
|
||||
setTitle(mContext.getString(R.string.connected_device_available_media_title));
|
||||
setTitle(mContext.getString(R.string.connected_device_media_device_title));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user