Android: how can i browse remote device file system via bluetooth?

前端 未结 2 1533
一向
一向 2021-01-18 02:39

I need to build an Android app that puts/gets files from a remote device via Bluetooth; the app must also browse the remote filesystem. I\'ve read something about OBEX but h

2条回答
  •  无人及你
    2021-01-18 03:33

    This is not possible with the built-in Android API. There are intents you can call to share files over Bluetooth - but compatibility between models varies. However, there are some methods if you would like to write an app for rooted phones. If this is the case, please note it.

提交回复
热议问题