[android-developers] Re: ACTION_PACKAGE_INSTALL intent does not work

2009-06-04 Thread ParanoidAndroid
Many thanks :-) On 2 Jun., 23:09, patrick wrote: > u need permission to use PACKAGE_INSTALL... but to set PACKAGE_INSTALL > permission, u need system right. > If u set Intent.VIEW instead of PACKAGE_INSTALL, it will launch the ui > to ask user if he want to install the apk. > > On 2 juin, 19:13,

[android-developers] Re: ACTION_PACKAGE_INSTALL intent does not work

2009-06-02 Thread patrick
u need permission to use PACKAGE_INSTALL... but to set PACKAGE_INSTALL permission, u need system right. If u set Intent.VIEW instead of PACKAGE_INSTALL, it will launch the ui to ask user if he want to install the apk. On 2 juin, 19:13, "bestpriv...@googlemail.com" wrote: > I try to install a pac