[CDM] Add Permissions Sync toggle

Bug: 290063372

Test: manually tested the toggle
Change-Id: I75d4370eed98275e2f99d65620229bdb57193fb8
This commit is contained in:
Guojing Yuan
2023-09-08 19:42:02 +00:00
parent 7cd9300c1d
commit 756d23cad1
5 changed files with 268 additions and 0 deletions

View File

@@ -316,6 +316,8 @@ public class BluetoothDeviceDetailsFragment extends RestrictedDashboardFragment
lifecycle));
controllers.add(new BluetoothDetailsHearingDeviceControlsController(context, this,
mCachedDevice, lifecycle));
controllers.add(new BluetoothDetailsDataSyncController(context, this,
mCachedDevice, lifecycle));
}
return controllers;
}