所以我正在将图像从whatsapp应用共享到我的android应用。但是,附加到它的标题不是意图的一部分。有什么方法可以检查我的字幕是否是意图的一部分?
我已经能够实现图像共享。但是附带的标题不附带此标题。同样,当我打印意图类型时,它显示为“ image / jpeg”,并且我相信因此,标题不会首先在意图中共享。
ImageView SharedImage;
TextView SharedText;
Intent intent = getIntent();
String action = intent.getAction();
String type = intent.getType();
Log.d("Check Type", action + " " + type);
Uri receiveUri = intent.getParcelableExtra(Intent.EXTRA_STREAM);
if (receiveUri != null) {
SharedImage.setImageURI(null);
SharedImage.setImageURI(receiveUri);
}
答案 0 :(得分:0)
您应该能够获得字幕
autoplay:5000