Merge "Revert "Revert "Update the wording for LE Audio""" into udc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
997ef1e5b3
@@ -117,6 +117,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