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

* commit '6f304cae570865efa4b3f1d7f6664424a603f4c7':
  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 7d2fe1e..5d564a1 100644
--- a/src/com/android/browser/Tab.java
+++ b/src/com/android/browser/Tab.java
@@ -582,7 +582,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")));
                     }