talk-android
talk-android copied to clipboard
Remove dependency EffortlessPermission
Remove the EffortlessPermission library.
It looks like this dependency is the cause for multiple issues:
- https://github.com/nextcloud/talk-android/issues/1309#issuecomment-900283351
- https://github.com/nextcloud/talk-android/issues/2114
The library is exclusively used in the CallActivity
and should be replaced by the in the Android Developer documentation described way. In the following PR the BLUETOOTH_CONNECT
permission is already requested by that way:
- https://github.com/nextcloud/talk-android/pull/2139
@dependabot rebase