diff options
| author | John Reck <jreck@google.com> | 2011-03-08 12:28:07 -0800 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-03-08 12:28:07 -0800 |
| commit | 39184a08099e0b8fc799a75445ad0a7814bd48ac (patch) | |
| tree | c0ac5e499f95588654450a91ba84bf5476be8925 | |
| parent | c040eb20a8e8c1bef134490d71568fe2546d0f55 (diff) | |
| parent | 9af6c1ce575fdc3777198043850d466afcdbda9b (diff) | |
| download | frameworks_base-39184a08099e0b8fc799a75445ad0a7814bd48ac.zip frameworks_base-39184a08099e0b8fc799a75445ad0a7814bd48ac.tar.gz frameworks_base-39184a08099e0b8fc799a75445ad0a7814bd48ac.tar.bz2 | |
Merge "In xlarge, use "tab" instead of "window"" into honeycomb-mr1
| -rw-r--r-- | core/res/res/raw-xlarge/incognito_mode_start_page.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/core/res/res/raw-xlarge/incognito_mode_start_page.html b/core/res/res/raw-xlarge/incognito_mode_start_page.html new file mode 100644 index 0000000..492658d --- /dev/null +++ b/core/res/res/raw-xlarge/incognito_mode_start_page.html @@ -0,0 +1,24 @@ +<html> + <head> + <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/> + <title>New incognito tab</title> + </head> + <body> + <p><strong>You've gone incognito</strong>. Pages you view in this tab + won't appear in your browser history or search history, and they won't + leave other traces, like cookies, on your device after you close the + incognito tab. Any files you download or bookmarks you create will be + preserved, however.</p> + + <p><strong>Going incognito doesn't affect the behavior of other people, + servers, or software. Be wary of:</strong></p> + + <ul> + <li>Websites that collect or share information about you</li> + <li>Internet service providers or employers that track the pages you visit</li> + <li>Malicious software that tracks your keystrokes in exchange for free smileys</li> + <li>Surveillance by secret agents</li> + <li>People standing behind you</li> + </ul> + </body> +</html> |
