add correct exception throw declaration to isScreenBrightnessBoosted.

Change-Id: I9b861002d7719ad43643d68f6795df6938bd0fc3
This commit is contained in:
Bryce Lee
2015-03-25 11:51:39 -07:00
parent 40a4f4a61f
commit 5f11a1af57

View File

@@ -147,7 +147,7 @@ public class BridgePowerManager implements IPowerManager {
} }
@Override @Override
public boolean isScreenBrightnessBoosted() { public boolean isScreenBrightnessBoosted() throws RemoteException {
return false; return false;
} }
} }