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

Commit 828ccaf3 authored by hughchen's avatar hughchen
Browse files

Update low battery level for advance bluetooth device

Bug: 154569936
Test: build pass
Change-Id: I52bb8eea4f69ae55a6902e3afb862aa8c7319785
parent db86b2ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ import java.util.Map;
public class AdvancedBluetoothDetailsHeaderController extends BasePreferenceController implements
        LifecycleObserver, OnStart, OnStop, OnDestroy, CachedBluetoothDevice.Callback {
    private static final String TAG = "AdvancedBtHeaderCtrl";
    private static final int LOW_BATTERY_LEVEL = 20;
    private static final int LOW_BATTERY_LEVEL = 15;

    @VisibleForTesting
    LayoutPreference mLayoutPreference;