Can someone update me on the status of the permission (if any) that is
needed in order to read browser bookmarks?

Two permissions are documented:

http://developer.android.com/reference/android/Manifest.permission.html#READ_HISTORY_BOOKMARKS
http://developer.android.com/reference/android/Manifest.permission.html#WRITE_HISTORY_BOOKMARKS

But earlier reports indicated that these permissions were not
recognized by some 1.6 handsets.

Earlier posts on this topic also suggested that because these strings
equate to "com.android..." permissions rather than to "android..."
permissions, then these permissions are not "standard" and may go
missing.

Are these permissions now standard?  Are any Android platforms
required to provide them?

--Joe


On Oct 25, 9:38 am, Vamsee <vkanak...@gmail.com> wrote:
> On Oct 9, 9:37 pm, "John B. Hansen" <jnahan...@gmail.com> wrote:
>
>
>
> > I've been using the following permissions since SDK 1.1:
>
> > <uses-permission
> > android:name="com.android.browser.permission.READ_HISTORY_BOOKMARKS" /
>
> > <uses-permission
> > android:name="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS" /
>
> > Now, while migrating to 1.6 I'm seeing two things that are surprising:
>
> > 1. The 1.6 release notes are saying those permissions are new (have
> > been added)
>
> >http://developer.android.com/sdk/android-1.6.html#api-changes
>
> > 2. I'm getting the following warnings in Logcat and my activities that
> > use them are crashing:
>
> My app is using the same persmissions too, and I'm having a similar
> problem - the weird thing is, the app works fine in a 1.6-based avd.
> But it won't work on the actual device (ADP1 running 1.6 images from
> HTC) - gives security exceptions saying that the app 
> needsREAD_HISTORY_BOOKMARKSpermissions, though they were (both read/write
> permssions) already present in the manifest file. I can confirm this
> is happening for others too, as people are complaining that it's been
> force closing on them ever since the 1.6 OTA update happend. Did you
> happen to find a fix for this, by any chance?
>
> TIA,
> Vamsee.

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