Commit e5188530 authored by Selim Gurun's avatar Selim Gurun Committed by Android Git Automerger
Browse files

am 9f99f739: am d2391b49: Further tighten the files that the browser can show

* commit '9f99f739':
  Further tighten the files that the browser can show
parents fe7dc301 9f99f739
......@@ -634,7 +634,7 @@ class Tab implements PictureListener {
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")));
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment