Merge "Change to public POWER_SAVE_MODE_CHANGED broadcast." into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
1a84719041
@@ -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