Intent intent = new Intent(Intent.ACTION_VIEW); intent.setPackage("com.adobe.reader");
Would open the adobe pdf reader for instance.
That said this is hardly desirable from a users perspective.
Intent intent = new Intent(Intent.ACTION_VIEW); intent.setPackage("com.adobe.reader");
Would open the adobe pdf reader for instance.
That said this is hardly desirable from a users perspective.