@qusaieilouti99/call-manager 0.1.93 → 0.1.94

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.
@@ -37,7 +37,7 @@ import org.json.JSONObject
37
37
  import java.util.concurrent.ConcurrentHashMap
38
38
  import java.util.concurrent.CopyOnWriteArrayList
39
39
  import java.util.concurrent.atomic.AtomicBoolean
40
-
40
+ import android.app.KeyguardManager
41
41
  /**
42
42
  * Core call‐management engine. Manages self-managed telecom calls,
43
43
  * audio routing, UI notifications, etc.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qusaieilouti99/call-manager",
3
- "version": "0.1.93",
3
+ "version": "0.1.94",
4
4
  "description": "Call manager",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",