Android – open from DRACOON
Request from partner regarding Android app functionality (open from DRACOON).
We would like to add another option to attach files directly from Dracoon also by launching intent, but that does not work.This is code I use:PackageManager packageManager = activity.getPackageManager();Intent intent = packageManager.getLaunchIntentForPackage("com.dracoon");intent.setAction(Intent.ACTION_GET_CONTENT);activity.startActivityForResult(intent, 1);I also tried to use ACTION_PICK, but the same thing happens - Dracoon app is launched, but files cannot be returned from it.Is this approach supported by the Dracoon app? And if it is, can you share how we can implement this?
Thanks
-
Offizieller Kommentar
Sorry, currently there is no way to request files from the Dracoon app via actions. The actions ACTION_GET_CONTENT and ACTION_PICK are not supported.
Currently, files can only be shared (ACTION_SEND) with the Dracoon app.
Aktionen für Kommentare
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar