我目前有两项活动。 一种是将图像从SD卡中取出,另一种是用于蓝色连接。
我利用了Bundle从活动1中转播图像。
Now what i wish to do is get that Uri in the Bluetooth activity to and convert it into a transmittable state via Byte Arrays i have seen some examples but i can t seem to get them to work for my code!!
Bundle goTobluetooth = getIntent().getExtras();
test = goTobluetooth.getString("ImageUri");
这是我必须抓紧的。 下一步是什么?