Loading src/com/android/settings/fuelgauge/BatteryUtils.java +1 −2 Original line number Diff line number Diff line Loading @@ -618,8 +618,7 @@ public class BatteryUtils { /** Gets the latest sticky battery intent from the Android system. */ public static Intent getBatteryIntent(Context context) { return context.registerReceiver( /*receiver=*/ null, new IntentFilter(Intent.ACTION_BATTERY_CHANGED)); return com.android.settingslib.fuelgauge.BatteryUtils.getBatteryIntent(context); } /** Gets the current dock defender mode */ Loading Loading
src/com/android/settings/fuelgauge/BatteryUtils.java +1 −2 Original line number Diff line number Diff line Loading @@ -618,8 +618,7 @@ public class BatteryUtils { /** Gets the latest sticky battery intent from the Android system. */ public static Intent getBatteryIntent(Context context) { return context.registerReceiver( /*receiver=*/ null, new IntentFilter(Intent.ACTION_BATTERY_CHANGED)); return com.android.settingslib.fuelgauge.BatteryUtils.getBatteryIntent(context); } /** Gets the current dock defender mode */ Loading