Added a comment to explain where the start page is getting set.

This commit is contained in:
Braden Shepherdson 2013-01-09 17:36:12 -05:00 committed by Joe Bowser
parent 958424ce59
commit 55074b925f

View File

@ -29,6 +29,7 @@ public class __ACTIVITY__ extends DroidGap
{
super.onCreate(savedInstanceState);
Config.init(this);
// Set by <content src="index.html" /> in config.xml
super.loadUrl(Config.getStartUrl());
//super.loadUrl("file:///android_asset/www/index.html")
}