本文整理自网络,侵删。
uses Androidapi.JNI.Bluetooth, Androidapi.Helpers, Androidapi.JNI.GraphicsContentViewText;
procedure TForm2.Button4Click(Sender: TObject);var Intent: JIntent;begin Intent := TJIntent.Create; Intent.setAction(TJBluetoothAdapter.JavaClass.ACTION_REQUEST_ENABLE); SharedActivity.startActivity(Intent);end;
相关阅读 >>
Delphi httpclient async异步获取网页代码
Delphi xe7组件tetheringmanager1发送消息
Delphi xe android 调试错误:connection closed gracefully
Delphi dbnavigator1 删除时弹出确认对话框
更多相关阅读请进入《Delphi》频道 >>