I'm facing some permission issue while deleting android bookmarks:
java.lang.SecurityException: Permission Denial: writing com.android.browser.provider.BrowserProvider2 uri content://browser/bookmarks from pid=8045, uid=10028 requires com.android.browser.perm开发者_如何学Pythonission.WRITE_HISTORY_BOOKMARKS
The problem is, I've already set that permission in manifest:
<uses-permission android:name="com.android.broswer.permission.WRITE_HISTORY_BOOKMARKS" />
if this is a copy paste of your permission, you wrote broswer and not browser
精彩评论