Update low battery level for advance bluetooth device

Bug: 154569936
Test: build pass
Change-Id: I52bb8eea4f69ae55a6902e3afb862aa8c7319785
This commit is contained in:
hughchen
2020-04-24 11:41:59 +08:00
parent db86b2ef2a
commit 828ccaf399

View File

@@ -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;