am dd873d25: am b3a20816: am 5f86f1d1: am e5188530: am 9f99f739: am d2391b49: Further tighten the files that the browser can show

* commit 'dd873d252fdf73f5c8c652b2a5e93c6d86cb462d':
  Further tighten the files that the browser can show
diff --git a/src/com/android/browser/Tab.java b/src/com/android/browser/Tab.java
index 79e635e..d4fd751 100644
--- a/src/com/android/browser/Tab.java
+++ b/src/com/android/browser/Tab.java
@@ -634,7 +634,7 @@
                 File file = new File(uri.getPath());
                 try {
                     if (file.getCanonicalPath().startsWith(
-                            mContext.getDatabasePath("foo").getParent())) {
+                            mContext.getApplicationContext().getApplicationInfo().dataDir)) {
                         return new WebResourceResponse("text/html","UTF-8",
                                 new ByteArrayInputStream(RESTRICTED.getBytes("UTF-8")));
                     }