HOW to make a SHARE App button in SKETCHWARE

Аватар автора
Android TV Tips
HI guys hope you enjoy my tutorials and dont forget to like and SUBSCRIBE to m channel code: 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"));

0/0


0/0

0/0

0/0