Update the wording for LE Audio
Add the summary for LE Audio toggle Bug: 280000165 Test: build pass Change-Id: Ic1eee71d6ff70d01e9a37ab0ec06cfaf639fe963
This commit is contained in:
@@ -120,6 +120,10 @@ 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