开发者

Android Gmail attachment

开发者 https://www.devze.com 2023-01-19 16:13 出处:网络
I\'m trying to get the name of the f开发者_StackOverflowile attached to an email on the gmail app? Can anyone point in the direction of getting the file name ? I can get the attachemnt, just don\'t kn

I'm trying to get the name of the f开发者_StackOverflowile attached to an email on the gmail app? Can anyone point in the direction of getting the file name ? I can get the attachemnt, just don't know how to get the original file name.


Access to attachments (except through the app giving them to you with an ACTION_VIEW) intent is not supported, and trying to directly access the provider is likely going to cause problems for your app as Gmail changes.

0

精彩评论

暂无评论...
验证码 换一张
取 消