Bumping Android API version to 17

This commit is contained in:
Simon MacDonald
2012-11-14 16:05:50 -05:00
parent 5810a96e62
commit dfa514334b
2 changed files with 2 additions and 2 deletions
@@ -229,7 +229,7 @@ public class CordovaWebView extends WebView {
settings.setJavaScriptCanOpenWindowsAutomatically(true);
settings.setLayoutAlgorithm(LayoutAlgorithm.NORMAL);
//Set the nav dump for HTC 2.x devices (disabling for ICS, derecated entirely for Jellybean 4.2)
// Set the nav dump for HTC 2.x devices (disabling for ICS, deprecated entirely for Jellybean 4.2)
try {
Method gingerbread_getMethod = WebSettings.class.getMethod("setNavDump", new Class[] { boolean.class });
if(android.os.Build.VERSION.SDK_INT < android.os.Build.VERSION_CODES.HONEYCOMB)