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

This commit is contained in:
Bryce Curtis
2012-05-16 15:49:25 -05:00
parent 2fbb9c285d
commit 2d7b7160c3
6 changed files with 116 additions and 35 deletions
+3
View File
@@ -147,5 +147,8 @@
<activity android:name="basicauth" android:label="@string/app_name"
android:configChanges="orientation|keyboardHidden">
</activity>
<activity android:name="fullscreen" android:label="@string/app_name"
android:configChanges="orientation|keyboardHidden">
</activity>
</application>
</manifest>