am 73e78c75: am af42a91c: Fix another build breakage.

* commit '73e78c75b770b3af0d48acac9c8565f7b4d035ff':
  Fix another build breakage.
This commit is contained in:
Narayan Kamath
2014-04-11 11:37:40 +00:00
committed by Android Git Automerger

View File

@@ -28,7 +28,7 @@ import android.os.WorkSource;
public class BridgePowerManager implements IPowerManager {
@Override
public boolean isScreenOn() throws RemoteException {
public boolean isInteractive() throws RemoteException {
return true;
}