Revert "Update the wording for LE Audio"
This reverts commit f4c5c8ef5e
.
Reason for revert: at stage3, removing this summary.
Bug: 289184862
Change-Id: I6b18a7e2dee9d8fcfb331e53d7a57cc43574da54
This commit is contained in:
@@ -116,10 +116,6 @@ public class BluetoothDetailsProfilesController extends BluetoothDetailsControll
|
||||
pref.setTitle(profile.getNameResource(mCachedDevice.getDevice()));
|
||||
pref.setOnPreferenceClickListener(this);
|
||||
pref.setOrder(profile.getOrdinal());
|
||||
|
||||
if (profile instanceof LeAudioProfile) {
|
||||
pref.setSummary(R.string.device_details_leaudio_toggle_summary);
|
||||
}
|
||||
return pref;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user