Jump to content

yes you can use android studios i use it to develop apps at collage it should be able to do what you want.

i use 

<uses-permission android:name = "android.permission.BLUETOOTH_ADMIN"/>
<uses-permission android:name = "android.permission.BLUETOOTH"/>

as the code to allow bluetooth to be used

 

Link to post
Share on other sites

8 minutes ago, thomascook0404 said:

yes you can use android studios i use it to develop apps at collage it should be able to do what you want.

i use 


<uses-permission android:name = "android.permission.BLUETOOTH_ADMIN"/>
<uses-permission android:name = "android.permission.BLUETOOTH"/>

as the code to allow bluetooth to be used

 

Oh thanks. I'll research it :)

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×