I have problems with Access-Control-Allow-Origin at Android 4.1
In my application i have some local HTML files and Javascripts which i was using to fetch data from w
you need to do something like
if (Build.VERSION.SDK_INT >= VERSION_CODES.JELLY_BEAN) wv.getSettings().setAllowUniversalAccessFromFileURLs(true);