Code for APK Share

Set these codes:

String apk = ""; String uri = (_name); try { android.content.pm.PackageInfo pi = getPackageManager().getPackageInfo(uri, android.content.pm.PackageManager.GET_ACTIVITIES); apk = pi.applicationInfo.publicSourceDir; } catch (Exception e) { showMessage(e.toString()); } Intent iten = new Intent(Intent.ACTION_SEND); iten.setType("*/*"); iten.putExtra(Intent.EXTRA_STREAM, Uri.fromFile(new java.io.File(apk))); startActivity(Intent.createChooser(iten, "Send APK"));

Set these on.the "add source directly" block....


Thanks.....

Comments

Post a Comment

Popular posts from this blog

Voice recorder

Code for "Loading Dialog Box"

Code for "Image share from app"