You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2014/01/13 21:09:57 UTC

git commit: CB-5756: Add missing import

Updated Branches:
  refs/heads/dev 255c5269c -> 9795b2e9d


CB-5756: Add missing import


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/commit/9795b2e9
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/9795b2e9
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/9795b2e9

Branch: refs/heads/dev
Commit: 9795b2e9dc540be98c6897a590e707083c570873
Parents: 255c526
Author: Ian Clelland <ic...@chromium.org>
Authored: Mon Jan 13 15:09:38 2014 -0500
Committer: Ian Clelland <ic...@chromium.org>
Committed: Mon Jan 13 15:09:38 2014 -0500

----------------------------------------------------------------------
 src/android/InAppBrowser.java | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/9795b2e9/src/android/InAppBrowser.java
----------------------------------------------------------------------
diff --git a/src/android/InAppBrowser.java b/src/android/InAppBrowser.java
index 1c6a859..450b68d 100644
--- a/src/android/InAppBrowser.java
+++ b/src/android/InAppBrowser.java
@@ -25,6 +25,7 @@ import android.content.DialogInterface;
 import android.content.Intent;
 import android.graphics.Bitmap;
 import android.net.Uri;
+import android.os.Build;
 import android.os.Bundle;
 import android.text.InputType;
 import android.util.Log;