wifidirectplugin 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,7 @@
1
1
  package com.ht.plugins.wifidirect;
2
2
 
3
+ import static android.content.ContentValues.TAG;
4
+
3
5
  import android.content.Context;
4
6
  import android.net.wifi.WpsInfo;
5
7
  import android.net.wifi.p2p.*;
@@ -32,6 +34,7 @@ public class WifiDirectPlugin extends Plugin {
32
34
 
33
35
  @PluginMethod
34
36
  public void scanWifiPeers(PluginCall call) {
37
+ Log.d(TAG, "scanWifiPeers Called");
35
38
  manager.discoverPeers(channel, new WifiP2pManager.ActionListener() {
36
39
  @Override
37
40
  public void onSuccess() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wifidirectplugin",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "HT-Installer Wifi Direct Plugin",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",