I am building an android app which depends on the other application ,actually the other application is the writing pad which I want to install with the application,I am trying to place the apk file inside the raw folder and trying to access it like this:
Uri app= Uri.parse("android.resource://" + getPackageName() + "/" + R.raw.app);
Is it feasible? If yes how can I install this app?