Merge "Change to public POWER_SAVE_MODE_CHANGED broadcast." into rvc-dev am: 1a84719041 am: da9185b887 am: d4bf77db85 am: 5b0b67f6fd
Change-Id: Ib2cc96a21a81b58cf1606daef9a4da48998e5f95
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user