Skip to content

Commit

Permalink
Merge pull request #51 from m1ga/a2dp_fix
Browse files Browse the repository at this point in the history
fix: Remove a2dp from manifest
  • Loading branch information
hansemannn authored Aug 25, 2021
2 parents 6ebdb8a + a5c3845 commit d0d7a83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion android/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 4.0.0
version: 4.0.1
apiversion: 4
architectures: arm64-v8a armeabi-v7a x86 x86_64
description: ti.bluetooth
Expand Down
1 change: 0 additions & 1 deletion android/timodule.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<intent-filter>
<action android:name="android.bluetooth.adapter.action.STATE_CHANGED"/>
<action android:name="android.bluetooth.device.action.BOND_STATE_CHANGED"/>
<action android:name="android.bluetooth.a2dp.profile.action.CONNECTION_STATE_CHANGED"/>
</intent-filter>
</receiver>
</application>
Expand Down

0 comments on commit d0d7a83

Please sign in to comment.