Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Opening attachment from mail

Opening attachment from mail

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 1.5k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    deleted372
    wrote on last edited by
    #1

    Hello!
    I am working on android and am trying to open the attached file file of an e-mail:
    @
    QAndroidJniObject activity = QAndroidJniObject::callStaticObjectMethod("org/qtproject/qt5/android/QtNative", "activity", "()Landroid/app/Activity;");
    QAndroidJniObject intent = activity.callObjectMethod("getIntent","()Landroid/content/Intent;");
    QString pathToFile = intent.callObjectMethod("getDataString", "()Landroid/net/Uri;").toString();
    @

    pathToFile looks like this: "content://com.android.email.attachmentprovider/1/32/RAW"
    If I try to open this, I get the "File not found" error.

    Anybody knows how to open a mail attachment using Qt for android???

    Cheers!!!

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved