am 5f11a1af: add correct exception throw declaration to isScreenBrightnessBoosted.
* commit '5f11a1af572730567d9e35d6792a720585a268c6': add correct exception throw declaration to isScreenBrightnessBoosted.
This commit is contained in:
@@ -147,7 +147,7 @@ public class BridgePowerManager implements IPowerManager {
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isScreenBrightnessBoosted() {
|
||||
public boolean isScreenBrightnessBoosted() throws RemoteException {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user