Skip to content

Commit

Permalink
Fixed missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rich committed Feb 23, 2016
1 parent a38ddb7 commit 06a4938
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/android/IntentPlugin.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.napolitano.cordova.plugin.intent;

import java.lang.reflect.Array;
import java.lang.reflect.Method;
import java.util.Arrays;
import java.util.Set;
Expand All @@ -11,6 +12,7 @@
import android.content.ClipData;
import android.content.Intent;
import android.os.Build;
import android.os.Bundle;
import android.util.Log;

import android.content.ContentResolver;
Expand Down

0 comments on commit 06a4938

Please sign in to comment.