Merge "Change to public POWER_SAVE_MODE_CHANGED broadcast." into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-03-17 05:43:45 +00:00
committed by Android (Google) Code Review
2 changed files with 3 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ public class BatterySaverReceiverTest {
@Test
public void testOnReceive_powerSaveModeChanged_invokeCallback() {
Intent intent = new Intent(PowerManager.ACTION_POWER_SAVE_MODE_CHANGING);
Intent intent = new Intent(PowerManager.ACTION_POWER_SAVE_MODE_CHANGED);
mBatterySaverReceiver.onReceive(mContext, intent);