Reputation: 11
Im trying to develop bluetooth app using galaxy s3. Recently I got a new samsung bluetooth le api. There are two class file, BluetoothDevice.class and BluetoothAdapter.class. I want to replace original class files with it. Or Are there any other api? thanks to any comments..
Upvotes: 1
Views: 485
Reputation: 595
You can't change that library. Try to read the docs and combine them to your project or find another library
Upvotes: 1
Reputation: 121
If you want to change the code of those classes, you can decompile then, make your changes and then recompile.
Upvotes: 0