Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8422425
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T03:26:31+00:00 2026-06-10T03:26:31+00:00

Possible Duplicate: Create Browser-Bookmark from app I have tried to create a bookmark for

  • 0

Possible Duplicate:
Create Browser-Bookmark from app

I have tried to create a bookmark for the android web browser using the following code.

public static final void saveBookmark(Context c, String title, String url) {
    Intent i = new Intent(Intent.ACTION_INSERT,
                  android.provider.Browser.BOOKMARKS_URI);
    i.putExtra("title", title);
    i.putExtra("url", url);
    c.startActivity(i);
}

The problem is that the code doesn’t directly save the bookmark, but alerts the user with a screen where they can cancel or save the bookmark. How can I create a bookmark without asking the user with an “alert screen”?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T03:26:33+00:00Added an answer on June 10, 2026 at 3:26 am

    android.provider.Browser.saveBookmark(c,title,url); is the default way to do this, but it probably will show the alert if the user has those alerts enabled.

    The Android framework doesn’t have direct API calls to circumvent this. However, the bookmarks of the browser are available using the content provider at content uri: android.provider.Browser.BOOKMARKS_URI. Which you can manipulate with queries, including adding bookmarks to it.

    To make this work you need to have the com.android.browser.permission.READ_HISTORY_BOOKMARKS and com.android.browser.permission.WRITE_HISTORY_BOOKMARKS permissions.

    If you are unfamiliar with content providers, you can read a introduction to them here:
    http://developer.android.com/guide/topics/providers/content-provider-basics.html

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Using ZXing to create an android barcode scanning app I know it
Possible Duplicate: Using java to create a web browser Is there any way to
Possible Duplicate: Create event handler for OnScroll for web browser control I would like
Possible Duplicate: How to create comma separated list from array in PHP? I have
Possible Duplicate: How to clear browser cache with php? I have created a web
Possible Duplicate: Create an Excel Spreadsheet from a Oracle Database Writing in ExcelSheet using
Possible Duplicate: iPad Web App: Detect Virtual Keyboard Using JavaScript in Safari? I'm building
Possible Duplicate: Create provisioning profile in iphone application i developed my iphone app and
Possible Duplicate: Create an Array of the Last 30 Days Using PHP I am
Possible Duplicate: Create an alert on any view controller after Facebook request:didFailWithError: I have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.