Quantcast
Channel: WinDev Forum
Viewing all articles
Browse latest Browse all 1914

[WM21] Android/Java Dropbox Help

$
0
0
Hello,

I know there a few Java experts on here so thought i d ask:

I have the following procedure which fires up the dropbox app fine.

import android.content.Intent;
import android.app.Activity;
import android.content.ComponentName;
import android.content.Context;
import android.content.pm.PackageManager;


public static void opendboxjava()
{
Context context = getApplicationContext();
PackageManager manager = context.getPackageManager();
Intent i = manager.getLaunchIntentForPackage("com.dropbox.android");
i.addCategory(Intent.CATEGORY_LAUNCHER);
context.startActivity(i);

}


but can anyone help me open a specific folder in dropbox?

thanks for your time

ISO

Viewing all articles
Browse latest Browse all 1914

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>