summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-03-08 12:28:07 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-03-08 12:28:07 -0800
commit39184a08099e0b8fc799a75445ad0a7814bd48ac (patch)
treec0ac5e499f95588654450a91ba84bf5476be8925
parentc040eb20a8e8c1bef134490d71568fe2546d0f55 (diff)
parent9af6c1ce575fdc3777198043850d466afcdbda9b (diff)
downloadframeworks_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.html24
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>