I’m trying to create an Android application that reads the list of bookmarks from the built in Browser app. To access the ContentProvider, I need to have the com.android.browser.permission.READ_HISTORY_BOOKMARKS permission.
I’m deploying my application directly to my device using ADB. How do I grant this application the permission that I require?
You set it in the androidmanifest.xml file.
Like so:
This can be set in the Eclipse ADT Plugin with the following steps: