Minor tweak to the test so it loads the correct HTML

This commit is contained in:
Joe Bowser 2012-04-23 15:22:41 -07:00
parent 80ec23887e
commit 483bb53d9c

View File

@ -16,7 +16,7 @@ public class PhoneGapViewTestActivity extends Activity {
phoneGap = (CordovaWebView) findViewById(R.id.phoneGapView);
phoneGap.loadUrl("file:///android_asset/index.html");
phoneGap.loadUrl("file:///android_asset/www/index.html");
}