Skip to content

Commit

Permalink
fix: Remove a2dp from manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Aug 25, 2021
1 parent 6ebdb8a commit a5c3845
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 a5c3845

Please sign in to comment.