This starts loading of application apkFileName

Intent intent = new Intent(Intent.ACTION_VIEW);
            intent.setDataAndType(Uri.fromFile(new File(apkFileName)),
"application/vnd.android.package-archive");
                       ctx.startActivity(intent);

It also auto starts the Activity for loading app loading which goes
outside my admin app.

What other options are there for loading an application.  I would
rather not go thru this page every time?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to