Android Version 5.1 — Download Whatsapp Plus For

Create a simple user interface with a button to trigger the download and installation process.

public class MainActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); download whatsapp plus for android version 5.1

// Install APK file when download completes context.registerReceiver(new BroadcastReceiver() { @Override public void onReceive(Context context, Intent intent) { // Get downloaded APK file DownloadManager.Query query = new DownloadManager.Query(); query.setFilterById(downloadId); Cursor cursor = downloadManager.query(query); Create a simple user interface with a button