1. Intent powerUsageIntent = new Intent("android.intent.action.POWER_USAGE_SUMMARY");  
  2.    
  3. startActivity(powerUsageIntent);