I am on android working with official dropbox app.
Which intent and class to lunch dropbox app and direct edit some text file?
StartActivity();
Action: android.intent.action.EDIT
Package: com.dropbox.android
Class: com.dropbox.android.activity.DropboxBrowser
Flag: FLAG_ACTIVITY_NEW_TASK
Data URI: file://ABC/123.txt
Didn't work, it just lunch dropbox app.