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