screen-off animation won't be handled by SF anymore

Change-Id: I66ad02b07b1148c1610e9c29ba80450d49c22806
This commit is contained in:
Mathias Agopian
2012-08-02 21:29:54 -07:00
parent 1ae49ab865
commit 893a0e71a7

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) {