CB-779: Verify that fullscreen and backgroundColor preferences are set properly - This check-in enables background color and adds test for it.

This commit is contained in:
Bryce Curtis
2012-05-16 16:47:02 -05:00
parent 2d7b7160c3
commit ac504768b2
4 changed files with 109 additions and 6 deletions
+3
View File
@@ -150,5 +150,8 @@
<activity android:name="fullscreen" android:label="@string/app_name"
android:configChanges="orientation|keyboardHidden">
</activity>
<activity android:name="backgroundcolor" android:label="@string/app_name"
android:configChanges="orientation|keyboardHidden">
</activity>
</application>
</manifest>