* commit '0ad58deca1bea95ea052ec2c4257bdf62d53fd54': 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