cordova-android/test/res
Marcel Kinard c255a84941 CB-7674 move preference activation back into onCreate()
The preference creation actually needs to be before
super.onCreate(savedInstance) in order to avoid the exception
"requestFeature() must be called before adding content". Also ran into an
issue in the native tests "Whitelist" and "User WebView/Client/Chrome" where
it would throw an exception that the CordovaWebView appView already had
a parent and needed to be removed from that parent before the invocation
to root.addView(appView). So I conditionally remove the wrong parent.
Also made a change to the native tests so the menus test would work.
I also put super.init() back into the template, though invoking it is optional
as loadUrl will call it automatically if needed.
2014-09-30 19:38:34 -04:00
..
drawable Tests to verify Android native features. 2012-03-30 11:37:29 -05:00
drawable-hdpi Removing Default Android Graphics and replacing them with our own 2012-05-07 15:24:57 -07:00
drawable-ldpi Removing Default Android Graphics and replacing them with our own 2012-05-07 15:24:57 -07:00
drawable-mdpi Removing Default Android Graphics and replacing them with our own 2012-05-07 15:24:57 -07:00
layout CB-1304: Update PhoneGap References to Apache Cordova 2012-09-03 14:31:35 -04:00
values CB-7410 clarify the title 2014-08-27 13:56:31 -04:00
xml CB-7674 move preference activation back into onCreate() 2014-09-30 19:38:34 -04:00