Skip to content

Commit

Permalink
Merge pull request #27 from exotel/VST-847
Browse files Browse the repository at this point in the history
Upgrade the Jetix Sdk version
  • Loading branch information
vijaykumar-exotel authored Oct 8, 2024
2 parents 9f8b9a0 + 35cd6c9 commit 1110351
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
Binary file added SDK/exotel-voice-1.0.61-release.aar
Binary file not shown.
5 changes: 5 additions & 0 deletions jetixApp/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file.


## [1.0.61] 08-10-2024
### Added
* [VST-847](https://exotel.atlassian.net/browse/VST-847) : Fix the Foreground service crash for Android 14

## [1.0.60] 30-09-2024
* [VST-848] Volume level receiver crash fix

Expand Down
19 changes: 10 additions & 9 deletions jetixApp/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright (c) 2019 Exotel Techcom Pvt Ltd
~ All rights reserved
-->
Expand All @@ -17,14 +16,14 @@
<uses-permission android:name="android.permission.DISABLE_KEYGUARD" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
<uses-permission android:name="android.permission.BLUETOOTH"/>
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/>
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_PHONE_CALL"/>
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_MICROPHONE"/>
<uses-permission android:name="android.permission.MANAGE_OWN_CALLS"/>
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_PHONE_CALL" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_MICROPHONE" />
<uses-permission android:name="android.permission.MANAGE_OWN_CALLS" />

<application
android:allowBackup="false"
Expand Down Expand Up @@ -55,7 +54,9 @@
android:name="com.exotel.voicesample.VoiceAppService"
android:enabled="true"
android:exported="true"
android:foregroundServiceType="phoneCall|microphone"/>
android:foregroundServiceType="phoneCall|microphone"
android:permission="android.permission.FOREGROUND_SERVICE"
/>

<activity
android:name="com.exotel.voicesample.LoginActivity"
Expand Down

0 comments on commit 1110351

Please sign in to comment.