Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.

Browser.Columns not found #1

Open
pharidali opened this issue May 30, 2017 · 2 comments
Open

Browser.Columns not found #1

pharidali opened this issue May 30, 2017 · 2 comments

Comments

@pharidali
Copy link

Hey i have target api 25

and it shows error Browser.Columns not found.

Please Help Me

Thank you.

@congdanh1608
Copy link
Owner

Hi @pharidali!
This is old project.
Browser.BookmarkColumns has been removed in api 23.
You can see this: https://developer.android.com/sdk/api_diff/23/changes/android.provider.Browser.html
You could define your own BookmarkColumns object, for example:

public static class BookmarkColumns implements BaseColumns {
public static final String URL = "url";
public static final String BOOKMARK = "bookmark";
....
}

Good luck!

@pharidali
Copy link
Author

Please Update your code according to api 23

I hope you will help me by updating

Thank you.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants