summaryrefslogtreecommitdiff
path: root/tests/DozeTest
diff options
context:
space:
mode:
Diffstat (limited to 'tests/DozeTest')
-rw-r--r--tests/DozeTest/src/com/android/dreams/dozetest/DozeTestDream.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/DozeTest/src/com/android/dreams/dozetest/DozeTestDream.java b/tests/DozeTest/src/com/android/dreams/dozetest/DozeTestDream.java
index bf35db4ac118..a0b2d1aeea17 100644
--- a/tests/DozeTest/src/com/android/dreams/dozetest/DozeTestDream.java
+++ b/tests/DozeTest/src/com/android/dreams/dozetest/DozeTestDream.java
@@ -97,6 +97,7 @@ public class DozeTestDream extends DreamService {
setLowProfile(true);
setFullscreen(true);
setContentView(R.layout.dream);
+ setScreenBright(false);
mAlarmClock = (TextView)findViewById(R.id.alarm_clock);