Revert "Revert "Update the wording for LE Audio""
This reverts commit c123b2e5a8
.
Reason for revert: Since the phase 2 launch plan was moved to next timeline at b/289884263.
Change-Id: I54ff20c0d9599da7f47e2254f721be6007a9204a
This commit is contained in:
committed by
Android (Google) Code Review
parent
c123b2e5a8
commit
513f38cb17
@@ -116,6 +116,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