feat(callkit): Add CallKit service for native call UI and permissions
This commit is contained in:
5
android/app/proguard-rules.pro
vendored
5
android/app/proguard-rules.pro
vendored
@@ -18,4 +18,7 @@
|
||||
|
||||
# Keep WebSocket functionality
|
||||
-keep class org.java_websocket.** { *; }
|
||||
-dontwarn org.java_websocket.**
|
||||
-dontwarn org.java_websocket.**
|
||||
|
||||
# Keep Flutter CallKit Incoming classes
|
||||
-keep class com.hiennv.flutter_callkit_incoming.** { *; }
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:exported="true"
|
||||
android:launchMode="singleTop"
|
||||
android:launchMode="singleInstance"
|
||||
android:theme="@style/LaunchTheme"
|
||||
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
|
||||
android:hardwareAccelerated="true"
|
||||
|
||||
Reference in New Issue
Block a user