I found snippet for Java. How can I write such a code in C# Unity?
Intent intent = new Intent(Intent.ACTION_VIEW); intent.setFlags(Intent.FLAG_ACTIVITY_NEW_T
Here we have to change your manifest file. We have to give Read & Write permissions. after change this we can easily install downloaded application file.
Without these permissions we can't access Android External Files.