Merge "screen-off animation won't be handled by SF anymore" into jb-mr1-dev

This commit is contained in:
Mathias Agopian
2012-08-02 21:49:25 -07:00
committed by Android (Google) Code Review

View File

@@ -145,8 +145,7 @@ static void nativeSetPowerState(JNIEnv* env,
static void nativeStartSurfaceFlingerAnimation(JNIEnv* env,
jobject obj, jint mode) {
sp<ISurfaceComposer> s(ComposerService::getComposerService());
s->turnElectronBeamOff(mode);
// this is not handled by surfaceflinger anymore
}
static void nativeAcquireWakeLock(JNIEnv *env, jobject clazz, jint lock, jstring idObj) {