如何从Mediafire获得直接链接

时间:2015-11-15 17:29:48

标签: android

我有来自mediafire的下载链接。

http://www.mediafire.com/?5tn6rebctezdqlt

我试过用它。

http://download949.mediafire.com/bh0f7pom39ig/5tn6rebctezdqlt/MCPEIndir+1.1.apk

但没有改变。如何在我的应用中使用直接链接?这是我的警告对话框按钮。我想使用更新链接。

AlertDialog alertDialog = new AlertDialog.Builder(
            MainActivity.this).create();
        alertDialog.setTitle("Yeni Sürüm Bulundu");
        alertDialog.setCancelable(false);
        alertDialog.setMessage("Lütfen yeni sürümü indirin.");
        alertDialog.setIcon(R.drawable.ic_launcher);
        alertDialog.setButton("Indir", new DialogInterface.OnClickListener() {
                public void onClick(DialogInterface dialog, int which) {
                    Intent i = new Intent(Intent.ACTION_VIEW, 
                                          Uri.parse(http://download949.mediafire.com/bh0f7pom39ig/5tn6rebctezdqlt/MCPEIndir+1.1.apk));
                    startActivity(i);
                }
            });
        alertDialog.show();     
    }

请帮帮我

2 个答案:

答案 0 :(得分:1)

升级您的mediafire帐户以获取直接下载链接。 https://www.mediafire.com/upgrade

答案 1 :(得分:0)

您可以打开需要创建直接链接的文件,然后右键单击选择 share ,然后在左下方单击更多共享选项您将看到直接链接选项。我认为如果您的帐户尚未升级,这可能会对某人有所帮助。