Skip to content

Commit

Permalink
Merge pull request #1 from hobbycommandline/Bluetooth
Browse files Browse the repository at this point in the history
Add Bluetooth support
  • Loading branch information
hobbycommandline authored Oct 25, 2022
2 parents 701d5a4 + 40cc5f9 commit e0b454e
Show file tree
Hide file tree
Showing 5 changed files with 334 additions and 143 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {
minSdkVersion 26
targetSdkVersion 30
versionCode 3
versionName "0.5.9"
versionName "0.6.0"
ndk {
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86_64', 'x86'
}
Expand Down
5 changes: 5 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
<action android:name="android.intent.action.ASSIST"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VOICE_COMMAND" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>

</activity>
</application>
</manifest>
Loading

0 comments on commit e0b454e

Please sign in to comment.