public static int getBatteryPercentage(Context context) { BatteryManager bm = (BatteryManager) context.getSystemService(BATTERY_SERVICE); return bm.getIntProperty(BatteryManager.BATTERY_PROPERTY_CAPACITY); }