Repository: cordova-android Updated Branches: refs/heads/master 3a512c300 -> e628026cf
Fix for broken testUrl test Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/e628026c Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/e628026c Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/e628026c Branch: refs/heads/master Commit: e628026cf013205edcc294196eccbd3f5c35e5bc Parents: 3a512c3 Author: Joe Bowser <[email protected]> Authored: Thu Oct 20 12:47:33 2016 -0700 Committer: Joe Bowser <[email protected]> Committed: Thu Oct 20 12:47:33 2016 -0700 ---------------------------------------------------------------------- test/res/xml/config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/e628026c/test/res/xml/config.xml ---------------------------------------------------------------------- diff --git a/test/res/xml/config.xml b/test/res/xml/config.xml index 744aeb1..b7570de 100644 --- a/test/res/xml/config.xml +++ b/test/res/xml/config.xml @@ -35,7 +35,7 @@ <preference name="useBrowserHistory" value="true" /> <preference name="exit-on-suspend" value="false" /> <preference name="showTitle" value="true" /> - <preference name="BackgroundColor" value="" /> + <preference name="BackgroundColor" value="#000000" /> <feature name="Activity"> <param name="android-package" value="org.apache.cordova.test.ActivityPlugin" /> </feature> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
