Skip to content

Commit

Permalink
Merge pull request #535 from hiennguyen92/dev
Browse files Browse the repository at this point in the history
## 2.0.4+1
  • Loading branch information
hiennguyen92 authored May 20, 2024
2 parents 2c42076 + d66d057 commit 33ea47c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.0.4+1
* Removed `Telecom Framework` (Android)

## 2.0.4
* Removed `Telecom Framework` (Android)
* Fixed hide notification for action `CallBack` (Android)
Expand Down
10 changes: 0 additions & 10 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,5 @@
android:exported="true"
android:name="com.hiennv.flutter_callkit_incoming.CallkitSoundPlayerService"/>

<service
android:enabled="true"
android:exported="true"
android:name="com.hiennv.flutter_callkit_incoming.telecom.TelecomConnectionService"
android:permission="android.permission.BIND_TELECOM_CONNECTION_SERVICE">
<intent-filter>
<action android:name="android.telecom.ConnectionService" />
</intent-filter>
</service>

</application>
</manifest>
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_callkit_incoming
description: Flutter Callkit Incoming to show callkit screen in your Flutter app.
version: 2.0.4
version: 2.0.4+1
homepage: https://github.com/hiennguyen92/flutter_callkit_incoming
repository: https://github.com/hiennguyen92/flutter_callkit_incoming
issue_tracker: https://github.com/hiennguyen92/flutter_callkit_incoming/issues
Expand Down

0 comments on commit 33ea47c

Please sign in to comment.