android8.0电脑壁纸,Android用原生分享多张图片适配7.0、8.0
常规操作只能适配6.0及以下直接上分享的代码:Intent share_intent = new Intent();ArrayList imageUris = new ArrayList();Uri uri;for (File f : files) {imageUris.add(Uri.fromFile(f));}share_intent.setAction(Intent.ACTION_SEND_...