mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 07:02:51 +08:00
Minor tweak to the test so it loads the correct HTML
This commit is contained in:
parent
80ec23887e
commit
483bb53d9c
@ -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");
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user