share video on android 4.4 -
i want share video whats app.on android 4.4 code not work , give me exception work on android 4.2.
my code is:
intent var4 = new intent("android.intent.action.send"); var4.putextra("android.intent.extra.subject", "choice pic"); var4.putextra("android.intent.extra.text", "text"); var4.putextra("android.intent.extra.stream", uri.fromfile(new file(filepath))); var4.settype("video/*"); startactivity(intent.createchooser(var4, "select whatsapp share"));
i haven't device android 4.4 test app on https://www.manymo.com can't logcat.
Comments
Post a Comment