This is not stuff you can do with the SDK. Please post to android-porting if you are work at the platform level.
On Wed, Sep 30, 2009 at 1:29 PM, kuattto <[email protected]> wrote: > > Hello everybody, > > In my application, I need to open the Browser Download History > represented by the activity > com.android.browser.BrowserDownloadPage. But when I start this > activity this error message appears: > > WARN/ActivityManager(582): Permission Denial: starting Intent > { flags=0x10000000 comp={com.android.browser/ > com.android.browser.BrowserDownloadPage} } from ProcessRecord{43700fd8 > 723:com.android.container/10018} (pid=723, uid=10018) requires null > > So, I used android:sharedUserId="android.uid.system" in my > AndroidManifest, to get the system permission. This solution resolved > the first problem, but creates a side effect. My application is a > system application (like camera, launcher, etc), it cannot be > uninstalled, so when i run the phone build, my apk is not installed > and this error message appears: > > INSTALL_FAILED_UPDATE_INCOMPATIBLE > > You guys know why this is happening? > Is there another way to open the Browser Download History? > > Thanks! > > > > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

