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:
10-09 09:11:40.476: WARN/PackageManager(74): Unknown permission
com.android.browser.permission.READ_HISTORY_BOOKMARKS in package
com.jbheng
10-09 09:11:40.476: WARN/PackageManager(74): Unknown permission
com.android.browser.permission.WRITE_HISTORY_BOOKMARKS in package
com.jbheng

Is this broke or did I miss something in the 1.6 release notes????

Any help appreciated....jh


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