On Fri, Dec 17, 2010 at 7:07 PM, AndroidDevTime
<[email protected]> wrote:
>  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?

If you are looking to install the application, there are no other
options available to SDK applications. If you have some other
definition of "loading an application", please explain further what
you are seeking.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to *Advanced* Android Development_ Version 1.9
Available!

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

Reply via email to