API Diff Specification | |
To Version: | Android SDK 0.9_r1 |
From Version: | Android SDK m5-rc14 |
Generated | 2008.08.14 15:44 |
Added Methods | |
---|---|
void truncateHistory(ContentResolver ) |
If there are more than MAX_HISTORY_COUNT non-bookmark history items in the bookmark/history table, delete TRUNCATE_N_OLDEST of them. |
Changed Methods | ||
---|---|---|
void updateVisitedHistory(ContentResolver, |
Change in signature from (ContentResolver, String ) to (ContentResolver, String, boolean ). |
Update the visited history to acknowledge that a site has been visited. |
Added Fields | |
---|---|
int HISTORY_PROJECTION_BOOKMARK_INDEX |
|
int HISTORY_PROJECTION_DATE_INDEX |
|
int HISTORY_PROJECTION_FAVICON_INDEX |
|
int HISTORY_PROJECTION_ID_INDEX |
|
int HISTORY_PROJECTION_TITLE_INDEX |
|
int HISTORY_PROJECTION_URL_INDEX |
|
int HISTORY_PROJECTION_VISITS_INDEX |
|
String INITIAL_ZOOM_LEVEL |
The name of extra data when starting Browser with ACTION_VIEW or ACTION_SEARCH intent. |
int SEARCHES_PROJECTION_DATE_INDEX |
|
int SEARCHES_PROJECTION_SEARCH_INDEX |
|
String[] TRUNCATE_HISTORY_PROJECTION |
|
int TRUNCATE_HISTORY_PROJECTION_ID_INDEX |
|
int TRUNCATE_N_OLDEST |
©2008 Google - Code Home - Site Terms of Service - Privacy Policy |