Update low battery level for advance bluetooth device
Bug: 154569936 Test: build pass Change-Id: I52bb8eea4f69ae55a6902e3afb862aa8c7319785
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user