We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec880ff commit 5e3f53fCopy full SHA for 5e3f53f
android/src/main/java/getcapacitor/community/contacts/ContactsPlugin.java
@@ -8,6 +8,7 @@
8
import androidx.activity.result.ActivityResult;
9
import com.getcapacitor.JSArray;
10
import com.getcapacitor.JSObject;
11
+import com.getcapacitor.Logger;
12
import com.getcapacitor.PermissionState;
13
import com.getcapacitor.Plugin;
14
import com.getcapacitor.PluginCall;
@@ -27,6 +28,8 @@
27
28
)
29
public class ContactsPlugin extends Plugin {
30
31
+ public static final String TAG = "Contacts";
32
+
33
private Contacts implementation;
34
35
@Override
0 commit comments