File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1+ ## 2.5.5
2+ * Fix bug duplicate permission Android
3+
14## 2.5.4
25* Fix bug custom permission Android
36* Remove calling notification when task remove
Original file line number Diff line number Diff line change 1212 <uses-permission android : name =" android.permission.MANAGE_OWN_CALLS" />
1313 <uses-permission android : name =" android.permission.FOREGROUND_SERVICE_PHONE_CALL" />
1414
15- <uses-permission android : name =" com.hiennv.flutter_callkit_incoming .PERMISSION_CALL" />
15+ <uses-permission android : name =" ${applicationId} .PERMISSION_CALL" />
1616
1717 <permission
18- android : name =" com.hiennv.flutter_callkit_incoming .PERMISSION_CALL"
19- android : protectionLevel =" normal " />
18+ android : name =" ${applicationId} .PERMISSION_CALL"
19+ android : protectionLevel =" signature " />
2020
2121 <application >
2222
3131 android : launchMode =" singleInstance"
3232 android : allowTaskReparenting =" false"
3333 android : theme =" @style/CallkitIncomingTheme"
34- android : permission =" com.hiennv.flutter_callkit_incoming .PERMISSION_CALL" >
34+ android : permission =" ${applicationId} .PERMISSION_CALL" >
3535 <intent-filter >
3636 <action android : name =" ${applicationId}.com.hiennv.flutter_callkit_incoming.ACTION_CALL_INCOMING" />
3737 <category android : name =" android.intent.category.DEFAULT" />
5959 android : enabled =" true"
6060 android : exported =" true"
6161 android : foregroundServiceType =" phoneCall"
62- android : permission =" com.hiennv.flutter_callkit_incoming .PERMISSION_CALL"
62+ android : permission =" ${applicationId} .PERMISSION_CALL"
6363 android : name =" com.hiennv.flutter_callkit_incoming.CallkitNotificationService" >
6464 </service >
6565
Original file line number Diff line number Diff line change 11name : flutter_callkit_incoming
22description : Flutter Callkit Incoming to show callkit screen in your Flutter app.
3- version : 2.5.4
3+ version : 2.5.5
44homepage : https://github.com/hiennguyen92/flutter_callkit_incoming
55repository : https://github.com/hiennguyen92/flutter_callkit_incoming
66issue_tracker : https://github.com/hiennguyen92/flutter_callkit_incoming/issues
You can’t perform that action at this time.
0 commit comments