Hi Murphy,

I am creating my own WebView application. Using the URI scheme I have
already registered another Android application in the system. But when
I am tring to invoke it from my WebView, I am getting the following
error.

"You do not have permission to view the .... myapp://test"

Any idea how do I resolve this? I thought I need to use
"com.android.htmlfileprovider" as a authority to resolve this (Not
sure was just trying). But this could not be done because of the
limitation you have mentioned above.

Is there another I can implement this? Must I specify any permission
in my manifest file?

Thanks In Advance,
Perumal

On Apr 12, 7:51 pm, Mark Murphy <mmur...@commonsware.com> wrote:
> On Tue, Apr 12, 2011 at 4:11 AM, perumal316 <perumal...@gmail.com> wrote:
> > How do I specify "com.android.htmlfileprovider" as one of the android
> > authorities in the AndroidManifest file.
>
> You can't.
>
> > I am getting, "Installation
> > error: INSTALL_FAILED_CONFLICTING_PROVIDER".
>
> That is because it has been used by another program.
>
> > It has been used by another program.
>
> Correct.
>
> > Is there any workaround for this?
>
> Choose a different authority, probably one based upon your
> application's package.
>
> Only platform developers have the right to use anything in the
> com.android namespace.
>
> --
> Mark Murphy (a Commons 
> Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy
>
> _The Busy Coder's Guide to *Advanced* Android Development_ Version
> 1.9.2 Available!

-- 
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