Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 01d6f05f authored by Sunny Shao's avatar Sunny Shao
Browse files

Use Builder to replace the Uitls.addFooterPreference

Fixes: 139163212
Test: manual test
Test: make RunSettingsRoboTests ROBOTEST_FILTER=com.android.settings.bluetooth
Change-Id: I223e4a234d07e5b95ebb9478f0888a4828e8e64d
parent 73e3aa19
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ public class BluetoothDetailsMacAddressControllerTest extends BluetoothDetailsCo
                        mLifecycle);
        setupDevice(mDeviceConfig);
        mScreen.addPreference(new FooterPreference.Builder(mContext).setKey(
                KEY_DEVICE_DETAILS_FOOTER).build());
                KEY_DEVICE_DETAILS_FOOTER).setTitle(KEY_DEVICE_DETAILS_FOOTER).build());
    }

    @Test